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

Commit 5298616

Browse files
committed
Prepare for release v4.3.1
1 parent 7705f3d commit 5298616

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
googler 4.3.1
2+
2020-10-10
3+
4+
- several important parser fixes
5+
- retire Python v3.5, add v3.9
6+
7+
-------------------------------------------------------------------------------
8+
19
googler 4.3
210
2020-10-10
311

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ To remove `googler` and associated docs, run
229229

230230
To install the latest stable version, run
231231

232-
$ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v4.3/googler && sudo chmod +x /usr/local/bin/googler
232+
$ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v4.3.1/googler && sudo chmod +x /usr/local/bin/googler
233233

234234
You could then let googler upgrade itself by running
235235

googler

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

9090
# Constants
9191

92-
_VERSION_ = '4.3'
92+
_VERSION_ = '4.3.1'
9393
_EPOCH_ = '20201001'
9494

9595
COLORMAP = {k: '\x1b[%sm' % v for k, v in {

googler.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "GOOGLER" "1" "10 Oct 2020" "Version 4.3" "User Commands"
1+
.TH "GOOGLER" "1" "10 Oct 2020" "Version 4.3.1" "User Commands"
22
.SH NAME
33
googler \- Google from the command-line
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)