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

chore(pkg): new major release (2.0.0)

parent d83e46675429
No related branches found
Tags cubicweb-link-centos-version-1.7.0-1
1 merge request!41feat(pkg)!: upgrade CW version to CW4 and add cubicweb-web dependency
Pipeline #196641 passed
## Version 2.0.0 (2023-07-07)
### 🎉 New features
- pkg: upgrade CW version to CW4 and add cubicweb-web dependency
*BREAKING CHANGE*: upgrade CW version to CW4 and add cubicweb-web dependency
- run flynt on the code base to convert everything into f-strings
- run pyupgrade
### 🤖 Continuous integration
- that tox option is now named allowlist_externals
## Version 1.12.0 (2022-11-24)
### 🎉 New features
......
......@@ -4,7 +4,7 @@
modname = "link"
distname = f"cubicweb-{modname}"
numversion = (1, 12, 0)
numversion = (2, 0, 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