# HG changeset patch # User Laurent Peuch <cortex@worlddomination.be> # Date 1649194160 -7200 # Tue Apr 05 23:29:20 2022 +0200 # Node ID 185c4b341044fab6e489858c5474adba6054838d # Parent a7a1951c5ca25a840c79259ad23da068c0ba452e chore(pkg): new patch release (1.2.1) diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 1.2.1 (2022-04-05) +### 👷 Bug fixes + +- hg.logilab.org doesn't exist anymore + ## Version 1.2.0 (2022-04-05) ### 🎉 New features @@ -13,4 +18,4 @@ - gitlab-ci: image: is not longer a global keyword - gitlab-ci: use templates from a common repository -- integrate pytest-deprecated-warnings +- integrate pytest-deprecated-warnings \ No newline at end of file diff --git a/cubicweb_squareui/__pkginfo__.py b/cubicweb_squareui/__pkginfo__.py --- a/cubicweb_squareui/__pkginfo__.py +++ b/cubicweb_squareui/__pkginfo__.py @@ -4,7 +4,7 @@ modname = 'squareui' distname = 'cubicweb-squareui' -numversion = (1, 2, 0) +numversion = (1, 2, 1) version = '.'.join(str(num) for num in numversion) license = 'LGPL'