diff --git a/CHANGELOG.md b/CHANGELOG.md index 684418e0309fd4b065158de8e0702b379e8b6ff5_Q0hBTkdFTE9HLm1k..23586a7ad6447ab88c80fa35899b9028ee65dbee_Q0hBTkdFTE9HLm1k 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## Version 2.0.0 (2023-07-26) +### 🎉 New features + +- run flynt on the code base to convert everything into f-strings +- run pyupgrade +- upgrade CW to version 4 and add web cube dependency + *BREAKING CHANGE*: upgrade CW to version 4 and add web cube dependency + +### 🤖 Continuous integration + +- gitlab-ci: use templates from a common repository +- that tox option is now named allowlist_externals + ## Version 1.6.0 (2022-11-24) ### 🎉 New features diff --git a/cubicweb_squareui/__pkginfo__.py b/cubicweb_squareui/__pkginfo__.py index 684418e0309fd4b065158de8e0702b379e8b6ff5_Y3ViaWN3ZWJfc3F1YXJldWkvX19wa2dpbmZvX18ucHk=..23586a7ad6447ab88c80fa35899b9028ee65dbee_Y3ViaWN3ZWJfc3F1YXJldWkvX19wa2dpbmZvX18ucHk= 100644 --- a/cubicweb_squareui/__pkginfo__.py +++ b/cubicweb_squareui/__pkginfo__.py @@ -4,7 +4,7 @@ modname = "squareui" distname = "cubicweb-squareui" -numversion = (1, 6, 0) +numversion = (2, 0, 0) version = ".".join(str(num) for num in numversion) license = "LGPL"