Skip to content

Commit

Permalink
Prepare for release v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 22, 2022
1 parent 02025e8 commit dba0cf8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
ddgr v2.1
2022-10-22

- Change user agent
- Remove python 3.6 support
- Minor documentation changes

-------------------------------------------------------------------------------

ddgr v2.0
2022-03-05

Expand Down
2 changes: 1 addition & 1 deletion ddgr
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ except ValueError:

# Constants

_VERSION_ = '2.0'
_VERSION_ = '2.1'

COLORMAP = {k: '\x1b[%sm' % v for k, v in {
'a': '30', 'b': '31', 'c': '32', 'd': '33',
Expand Down
2 changes: 1 addition & 1 deletion ddgr.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "DDGR" "1" "05 Mar 2022" "Version 2.0" "User Commands"
.TH "DDGR" "1" "22 Oct 2022" "Version 2.1" "User Commands"
.SH NAME
ddgr \- DuckDuckGo from the terminal
.SH SYNOPSIS
Expand Down

0 comments on commit dba0cf8

Please sign in to comment.