Skip to content

Commit dba0cf8

Browse files
committed
Prepare for release v2.1
1 parent 02025e8 commit dba0cf8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
ddgr v2.1
2+
2022-10-22
3+
4+
- Change user agent
5+
- Remove python 3.6 support
6+
- Minor documentation changes
7+
8+
-------------------------------------------------------------------------------
9+
110
ddgr v2.0
211
2022-03-05
312

ddgr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ except ValueError:
7171

7272
# Constants
7373

74-
_VERSION_ = '2.0'
74+
_VERSION_ = '2.1'
7575

7676
COLORMAP = {k: '\x1b[%sm' % v for k, v in {
7777
'a': '30', 'b': '31', 'c': '32', 'd': '33',

ddgr.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "DDGR" "1" "05 Mar 2022" "Version 2.0" "User Commands"
1+
.TH "DDGR" "1" "22 Oct 2022" "Version 2.1" "User Commands"
22
.SH NAME
33
ddgr \- DuckDuckGo from the terminal
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)