-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
|
||
# Copyright (C) 2016-2023 Arun Prakash Jana <[email protected]> | ||
# Copyright (C) 2016-2024 Arun Prakash Jana <[email protected]> | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -71,7 +71,7 @@ except ValueError: | |
|
||
# Constants | ||
|
||
_VERSION_ = '2.1' | ||
_VERSION_ = '2.2' | ||
|
||
COLORMAP = {k: '\x1b[%sm' % v for k, v in { | ||
'a': '30', 'b': '31', 'c': '32', 'd': '33', | ||
|
@@ -1856,7 +1856,7 @@ class DdgArgumentParser(argparse.ArgumentParser): | |
file = sys.stderr if file is None else file | ||
file.write(textwrap.dedent(""" | ||
Version %s | ||
Copyright © 2016-2023 Arun Prakash Jana <[email protected]> | ||
Copyright © 2016-2024 Arun Prakash Jana <[email protected]> | ||
License: GPLv3 | ||
Webpage: https://github.com/jarun/ddgr | ||
""" % _VERSION_)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "DDGR" "1" "22 Oct 2022" "Version 2.1" "User Commands" | ||
.TH "DDGR" "1" "29 Dec 2023" "Version 2.2" "User Commands" | ||
.SH NAME | ||
ddgr \- DuckDuckGo from the terminal | ||
.SH SYNOPSIS | ||
|
@@ -337,7 +337,7 @@ Arun Prakash Jana <[email protected]> | |
.SH REPORTING BUGS | ||
.I https://github.com/jarun/ddgr/issues | ||
.SH LICENSE | ||
Copyright \(co 2016-2023 Arun Prakash Jana <[email protected]> | ||
Copyright \(co 2016-2024 Arun Prakash Jana <[email protected]> | ||
.PP | ||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. | ||
.br | ||
|
dd78453
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eclipseo, @pabloariasal, @szlin, @zmwangx ddgr v2.2 is released! Kindly update the channels.
Note: I have uploaded the package to PyPI.