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

chore(pkg): new minor release (0.39.0)

parent 9212611f67b3
No related branches found
Tags 0.39.0
No related merge requests found
Pipeline #149835 failed
## Version 0.39.0 (2022-09-07)
### 🎉 New features
- syntax: Add the possibility to call attribute or functions from projection attributes
### 🤖 Continuous integration
- add check-dependencies-resolution job
- add twine-check job
### 🤷 Various changes
- Exclude parser folder from flake8 check
## Version 0.38.2 (2022-05-18)
### 🤖 Continuous integration
......@@ -88,4 +102,4 @@
### 🤖 Continuous integration
- integrate pytest-deprecated-warnings
- mypy: enable mypy check on the ci
\ No newline at end of file
- mypy: enable mypy check on the ci
......@@ -26,7 +26,7 @@
__docformat__ = "restructuredtext en"
modname = "rql"
numversion = (0, 38, 2)
numversion = (0, 39, 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