Skip to content
Snippets Groups Projects
Commit d52d3cee02e0 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

chore(pkg): new minor release (1.4.0)

parent f2e9dbf9c935
No related branches found
No related tags found
No related merge requests found
Pipeline #121961 passed
## Version 1.4.0 (2022-04-13)
### 🎉 New features
- setup.py: increase cubicweb max version to 3.35.x
## Version 1.3.0 (2022-04-08)
### 🎉 New features
......@@ -26,4 +31,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
......@@ -4,7 +4,7 @@
modname = 'squareui'
distname = 'cubicweb-squareui'
numversion = (1, 3, 0)
numversion = (1, 4, 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