diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b9d37b2f765817a760422f4b22009c667ec66b_Q0hBTkdFTE9HLm1k..257a0f836d0b34ffa6b061325aa33960c5b3351b_Q0hBTkdFTE9HLm1k 100644 --- 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 index 79b9d37b2f765817a760422f4b22009c667ec66b_Y3ViaWN3ZWJfc3F1YXJldWkvX19wa2dpbmZvX18ucHk=..257a0f836d0b34ffa6b061325aa33960c5b3351b_Y3ViaWN3ZWJfc3F1YXJldWkvX19wa2dpbmZvX18ucHk= 100644 --- 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'