Skip to content
Snippets Groups Projects
Commit fdb055816d3a authored by Arnaud Vergnet's avatar Arnaud Vergnet :sun_with_face:
Browse files

chore(pkg): new minor release (0.14.0)

parent c5de843525c9
No related branches found
Tags 0.4.2
No related merge requests found
Pipeline #226236 passed with warnings
## Version 0.14.0 (2024-02-23)
### 🎉 New features
- *BREAKING CHANGE* allow enabling jwt auth using cubicweb.includes pyramid option
- *BREAKING CHANGE* enable login/logout routes using cubicweb.includes pyramid option
### 📝 Documentation
- fix typo
### 🤖 Continuous integration
- force using python:3.9-bullseye image for py3
### 🤷 Various changes
- simplify test assertion
- try to reuse old cookie
## Version 0.13.0 (2024-02-02)
### 🎉 New features
......
......@@ -20,7 +20,7 @@
modname = "cubicweb_api"
distname = "cubicweb-api"
numversion = (0, 13, 0)
numversion = (0, 14, 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