# HG changeset patch # User Laurent Peuch <cortex@worlddomination.be> # Date 1650376282 -7200 # Tue Apr 19 15:51:22 2022 +0200 # Node ID 257a0f836d0b34ffa6b061325aa33960c5b3351b # Parent 79b9d37b2f765817a760422f4b22009c667ec66b chore(pkg): new minor release (1.5.0) diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 1.5.0 (2022-04-19) +### 🎉 New features + +- setup.py: increase cubicweb max version to 3.37.x + ## Version 1.4.0 (2022-04-13) ### 🎉 New features @@ -31,4 +36,4 @@ - gitlab-ci: image: is not longer a global keyword - gitlab-ci: use templates from a common repository -- integrate pytest-deprecated-warnings \ No newline at end of file +- integrate pytest-deprecated-warnings 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, 4, 0) +numversion = (1, 5, 0) version = '.'.join(str(num) for num in numversion) license = 'LGPL'