From 52986161a9c5e389b7b6830a529ced1bbce52573 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 10 Oct 2020 11:13:11 +0530 Subject: [PATCH] Prepare for release v4.3.1 --- CHANGELOG | 8 ++++++++ README.md | 2 +- googler | 2 +- googler.1 | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6b55add..82dac5e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +googler 4.3.1 +2020-10-10 + +- several important parser fixes +- retire Python v3.5, add v3.9 + +------------------------------------------------------------------------------- + googler 4.3 2020-10-10 diff --git a/README.md b/README.md index 6a7011c..cad6f83 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ To remove `googler` and associated docs, run To install the latest stable version, run - $ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v4.3/googler && sudo chmod +x /usr/local/bin/googler + $ sudo curl -o /usr/local/bin/googler https://raw.githubusercontent.com/jarun/googler/v4.3.1/googler && sudo chmod +x /usr/local/bin/googler You could then let googler upgrade itself by running diff --git a/googler b/googler index fd293e4..591cafa 100755 --- a/googler +++ b/googler @@ -89,7 +89,7 @@ except ValueError: # Constants -_VERSION_ = '4.3' +_VERSION_ = '4.3.1' _EPOCH_ = '20201001' COLORMAP = {k: '\x1b[%sm' % v for k, v in { diff --git a/googler.1 b/googler.1 index 8dc45c5..400c48f 100644 --- a/googler.1 +++ b/googler.1 @@ -1,4 +1,4 @@ -.TH "GOOGLER" "1" "10 Oct 2020" "Version 4.3" "User Commands" +.TH "GOOGLER" "1" "10 Oct 2020" "Version 4.3.1" "User Commands" .SH NAME googler \- Google from the command-line .SH SYNOPSIS