Skip to content
Snippets Groups Projects
Commit 03650b8ed09e authored by François Ferry's avatar François Ferry
Browse files

chore(pkg): new minor release (1.2.0)

parent e3486cd596f7
No related branches found
No related tags found
No related merge requests found
Pipeline #119521 failed
## Version 1.2.0 (2022-04-05)
### 🎉 New features
- setup.py: increase cubicweb max version to 3.33.x
- setup.py: increase cubicweb max version to 3.33.x
- setup.py: increase cubicweb max version to 3.33.x
### 📝 Documentation
- licence: update licence dates
### 🤖 Continuous integration
- gitlab-ci: image: is not longer a global keyword
- gitlab-ci: use templates from a common repository
- integrate pytest-deprecated-warnings
......@@ -17,3 +17,4 @@
exclude .yamllint
exclude .cube-doctor.yml
exclude .gitlab-ci-extended.yml
exclude CHANGELOG.md
......@@ -4,7 +4,7 @@
modname = 'squareui'
distname = 'cubicweb-squareui'
numversion = (1, 1, 3)
numversion = (1, 2, 0)
version = '.'.join(str(num) for num in numversion)
license = 'LGPL'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment