Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RQL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
RQL
Commits
8b37029a6ba2
Commit
8b37029a6ba2
authored
2 years ago
by
Fabien Amarger
Browse files
Options
Downloads
Patches
Plain Diff
chore(pkg): new minor release (0.39.0)
parent
9212611f67b3
No related branches found
Branches containing commit
Tags
0.39.0
Tags containing commit
No related merge requests found
Pipeline
#149835
failed
2 years ago
Stage: lint
Stage: tests
Stage: release
Stage: publish
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+15
-1
15 additions, 1 deletion
CHANGELOG.md
__pkginfo__.py
+1
-1
1 addition, 1 deletion
__pkginfo__.py
with
16 additions
and
2 deletions
CHANGELOG.md
+
15
−
1
View file @
8b37029a
## 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
This diff is collapsed.
Click to expand it.
__pkginfo__.py
+
1
−
1
View file @
8b37029a
...
...
@@ -26,7 +26,7 @@
__docformat__
=
"
restructuredtext en
"
modname
=
"
rql
"
numversion
=
(
0
,
3
8
,
2
)
numversion
=
(
0
,
3
9
,
0
)
version
=
"
.
"
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
"
LGPL
"
...
...
This diff is collapsed.
Click to expand it.
Fabien Amarger
@famarger
mentioned in commit
f65314b54fe7
·
2 years ago
mentioned in commit
f65314b54fe7
mentioned in commit f65314b54fe7d0a857da73b87711d9e44e0ccfef
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment