Skip to content
Snippets Groups Projects
Commit b13bc4e407b0 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

chore(pkg): new minor release (0.16.0)

parent 1c25a830cda0
No related branches found
Tags 0.16.0
No related merge requests found
Pipeline #254506 passed with warnings
## Version 0.16.0 (2024-11-19)
*BREAKING CHANGE* remove compatibility with Python < 3.10
### 🎉 New features
- upgrade openapi-core and pyramid-openapi3 dependencies
### 👷 Bug fixes
- /rql: allow receiving null parameters
## Version 0.15.1 (2024-10-09)
### 👷 Bug fixes
......@@ -235,4 +247,4 @@
- improve error logging
## Version 0.1.0 (2022-04-05)
\ No newline at end of file
## Version 0.1.0 (2022-04-05)
......@@ -20,7 +20,7 @@
modname = "cubicweb_api"
distname = "cubicweb-api"
numversion = (0, 15, 1)
numversion = (0, 16, 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