Skip to content

Commit d183828

Browse files
committed
Release 1.2.3
1 parent 4647c47 commit d183828

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

HISTORY.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ History
66

77
.. towncrier release notes start
88
9+
1.2.3 (2020-12-21)
10+
==================
11+
12+
Features
13+
--------
14+
15+
- Improve django-app-enabler support (#660)
16+
- Update translations
17+
- Update django-app-enabler information
18+
19+
920
1.2.2 (2020-12-20)
1021
==================
1122

changes/660.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

djangocms_blog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Iacopo Spalletti"
22
__email__ = "[email protected]"
3-
__version__ = "1.2.2"
3+
__version__ = "1.2.3"
44

55
default_app_config = "djangocms_blog.apps.BlogAppConfig"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.2
2+
current_version = 1.2.3
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
44
serialize =
55
{major}.{minor}.{patch}.{release}{relver}

0 commit comments

Comments
 (0)