Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Bump version to 2.4.1.
Browse files Browse the repository at this point in the history
Bump version to 2.4.1.

Bump version to 2.4.1.
  • Loading branch information
jarun committed May 22, 2016
1 parent cac1f76 commit 3844a4b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
googler v2.4
googler v2.4.1
2016-05-22

**NOTICE:** Python 2.x support is deprecated now. While it's still
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Find `googler` useful? If you would like to donate, visit the

`googler` requires Python 3.3 or later to work. Only the latest patch release of each minor version is supported.

Python 2.x support has been deprecated from `googler v2.4`.
Python 2.x support has been deprecated from `googler v2.4.1`.

## Installing from this repository

Expand Down
6 changes: 3 additions & 3 deletions googler
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ server = "www.google.com" # Default server to connect to
ua = ('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 '
'(KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240')
# Set user agent as Microsoft Edge
_VERSION_ = 2.4 # Current version
_VERSION_ = '2.4.1' # Current version


# Classes
Expand Down Expand Up @@ -1105,7 +1105,7 @@ class ExtendedArgumentParser(argparse.ArgumentParser):
@staticmethod
def print_general_info(file=None):
file.write(textwrap.dedent("""
Version %.1f
Version %s
Copyright (C) 2008 Henri Hakkinen
Copyright (C) 2015-2016 Arun Prakash Jana <[email protected]>
Zhiming Wang <[email protected]>
Expand Down Expand Up @@ -1226,7 +1226,7 @@ if args.json:
# Get terminal width
columns, _ = get_terminal_size()

debugp("Version %.1f" % _VERSION_)
debugp("Version %s" % _VERSION_)

# Construct the query URL.
url = "/search?ie=UTF-8&oe=UTF-8&"
Expand Down
2 changes: 1 addition & 1 deletion googler.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "GOOGLER" "1" "May 2016" "Version 2.4" "User Commands"
.TH "GOOGLER" "1" "May 2016" "Version 2.4.1" "User Commands"
.SH NAME
googler \- Google from the command-line
.SH SYNOPSIS
Expand Down

0 comments on commit 3844a4b

Please sign in to comment.