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
0d09d35e7f6c
Commit
0d09d35e7f6c
authored
3 years ago
by
François Ferry
Browse files
Options
Downloads
Patches
Plain Diff
chore(pkg): new minor release (0.37.0)
parent
cc3adb8166ea
No related branches found
Branches containing commit
Tags
0.37.0
Tags containing commit
1 merge request
!29
mypy: Add types within stcheck.py module
Pipeline
#54084
failed
3 years ago
Stage: lint
Stage: tests
Stage: after-tests
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+10
-0
10 additions, 0 deletions
CHANGELOG.md
__pkginfo__.py
+1
-1
1 addition, 1 deletion
__pkginfo__.py
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
with
17 additions
and
1 deletion
CHANGELOG.md
0 → 100644
+
10
−
0
View file @
0d09d35e
## Version 0.37.0 (2021-05-04)
### 🎉 New features
-
order: add support for order by NULLS LAST and NULLS FIRST
-
typing: add partial typing
### 🤖 Continuous integration
-
integrate pytest-deprecated-warnings
-
mypy: enable mypy check on the ci
This diff is collapsed.
Click to expand it.
__pkginfo__.py
+
1
−
1
View file @
0d09d35e
...
...
@@ -26,7 +26,7 @@
__docformat__
=
"
restructuredtext en
"
modname
=
"
rql
"
numversion
=
(
0
,
3
6
,
1
)
numversion
=
(
0
,
3
7
,
0
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'
LGPL
'
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
0d09d35e
rql (0.37.0-1) unstable; urgency=medium
* New minor release
-- François Ferry <francois.ferry@logilab.fr> Tue, 04 May 2021 16:22:40 +0200
rql (0.36.1-1) unstable; urgency=medium
* new upstream release
...
...
This diff is collapsed.
Click to expand it.
François Ferry
@fferry
mentioned in commit
389264029a66
·
3 years ago
mentioned in commit
389264029a66
mentioned in commit 389264029a66fbd05e360cf0a4999b3b2476f9ef
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