Skip to content
Snippets Groups Projects
Commit 5432f30b886f authored by Fabien Amarger's avatar Fabien Amarger
Browse files

chore(pkg): new patch release (0.2.11)

parent db1845acb36b
No related branches found
Tags 0.2.11
1 merge request!36Prepare version 0.2.11
Pipeline #173254 failed
## Version 0.2.11 (2023-01-18)
### 🎉 New features
- remove `six` library and Python 2 support
- remove Debian stuff that is not used
- replace HTTP by HTTPS
- set CubicWeb minimum version to 3.38.x
- stop to say that Python 2 is supported
- yams: remove warnings with recent versions
...@@ -15,3 +15,4 @@ ...@@ -15,3 +15,4 @@
recursive-include changelog compat control copyright rules recursive-include changelog compat control copyright rules
include cubicweb-jsonschema.spec include cubicweb-jsonschema.spec
exclude .gitlab-ci.yml exclude .gitlab-ci.yml
exclude CHANGELOG.md
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
modname = 'cubicweb_jsonschema' modname = 'cubicweb_jsonschema'
distname = 'cubicweb-jsonschema' distname = 'cubicweb-jsonschema'
numversion = (0, 2, 10) numversion = (0, 2, 11)
version = '.'.join(str(num) for num in numversion) version = '.'.join(str(num) for num in numversion)
license = 'LGPL' 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