Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
f0007241c477
Commit
04bee3ad
authored
May 18, 2021
by
Simon Chabot
Browse files
chore(pkg): new patch release (3.31.1)
--HG-- branch : 3.31
parent
49a7bc0c3977
Pipeline
#56755
failed with stages
in 52 minutes and 12 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cubicweb/__pkginfo__.py
View file @
f0007241
...
...
@@ -22,7 +22,7 @@ software
modname
=
distname
=
"cubicweb"
numversion
=
(
3
,
31
,
0
)
numversion
=
(
3
,
31
,
1
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
description
=
"a repository of entities / relations for knowledge management"
...
...
debian/changelog
View file @
f0007241
cubicweb (3.31.1-1) unstable; urgency=medium
* New patch release
-- Simon Chabot <simon.chabot@logilab.fr> Tue, 18 May 2021 16:08:34 +0200
cubicweb (3.31.0-1) unstable; urgency=medium
* New release
...
...
doc/changes/3.31.rst
View file @
f0007241
3.31.1 (2021-05-18)
===================
Revert
------
- backed out changeset bcb633bd791d, don’t give event to notify_on_commit
Notification are done using Operation, and Operation do not have a event
attribute, because they can be used for several event.
Moreover, this commit (bcb633bd791d) changed the prototype of the
notify_on_commit without giving the right event to the Operation (which is a
singleton).
3.31 (2021-05-04)
=================
...
...
Simon Chabot
@schabot
mentioned in commit
452008ac7a0d
·
May 18, 2021
mentioned in commit
452008ac7a0d
mentioned in commit 3070ac0e62261c2342e542199e3b664c7a955058
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment