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

chore(pkg): new minor release (1.11.0)

parent d6209c58ba58
No related branches found
No related tags found
No related merge requests found
Pipeline #121034 passed
## Version 1.11.0 (2022-04-08)
### 🎉 New features
- setup.py: increase cubicweb max version to 3.37.x
## Version 1.10.0 (2022-03-28)
### 🎉 New features
......
......@@ -4,7 +4,7 @@
modname = 'link'
distname = "cubicweb-%s" % modname
numversion = (1, 10, 0)
numversion = (1, 11, 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