Skip to content

Commit fd715cd

Browse files
committed
Bumped version to 3.4.5
1 parent ea422a1 commit fd715cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== 3.4.5 (unreleased) ===
1+
=== 3.4.5 (2017-10-12) ===
22

33
* Introduced Django 1.11 compatibility
44
* Fixed a bug where slug wouldn't be generated in the creation wizard

cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '3.4.5rc2'
3+
__version__ = '3.4.5'
44

55
default_app_config = 'cms.apps.CMSConfig'

0 commit comments

Comments
 (0)