summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Chabot <simon.chabot@logilab.fr>2020-06-11 09:31:17 +0200
committerSimon Chabot <simon.chabot@logilab.fr>2020-06-11 09:31:17 +0200
commitcb812cd66aeec34d4a5c58a5374637b891690568 (patch)
treee7d9e207a753d907e5046d0974ca3cba6f22b091
parentec880f203dc2175ed76480d9180809336e586b03 (diff)
downloadlogilab-common-cb812cd66aeec34d4a5c58a5374637b891690568.tar.gz
pkg: update version number to 1.7.1 and the changelog1.7.1
-rw-r--r--ChangeLog6
-rw-r--r--__pkginfo__.py2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b67200..ea73bc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
ChangeLog for logilab.common
============================
-unreleased -- 1.7.0
+2020-06-11 -- 1.7.1
+
+ * fix: import error on re.Pattern with python < 3.7
+
+2020-06-10 -- 1.7.0
* logilab-common requires python 3.6 now
* greatly improve our CI and migrate it to heptapod/gitlab-ci
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 9512328..0498347 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -28,7 +28,7 @@ modname = "common"
subpackage_of = "logilab"
subpackage_master = True
-numversion = (1, 7, 0)
+numversion = (1, 7, 1)
version = ".".join([str(num) for num in numversion])
license = "LGPL" # 2.1 or later