Skip to content

Commit ed257a8

Browse files
committed
Release 1.2.2
1 parent 15ea743 commit ed257a8

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

HISTORY.rst

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

77
.. towncrier release notes start
88
9+
1.2.2 (2020-12-20)
10+
==================
11+
12+
Features
13+
--------
14+
15+
- Add support for Python 3.9 (#657)
16+
17+
18+
Bugfixes
19+
--------
20+
21+
- Handle unicode chars in reverse of Post and Category models, using Django path() method instead of url() (#653)
22+
23+
24+
Improved Documentation
25+
----------------------
26+
27+
- Update docs to clarify how to add content (#636)
28+
29+
930
1.2.1 (2020-11-16)
1031
==================
1132

changes/636.docs

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

changes/653.bugfix

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

changes/657.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.1"
3+
__version__ = "1.2.2"
44

55
default_app_config = "djangocms_blog.apps.BlogAppConfig"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.1
2+
current_version = 1.2.2
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}
@@ -77,7 +77,7 @@ keywords =
7777
django
7878
wordpress
7979
multilingual
80-
django-app-enabler
80+
django-app-enabler
8181

8282
[options.package_data]
8383
* = *.txt, *.rst

0 commit comments

Comments
 (0)