Skip to content

Commit 2e8e0db

Browse files
committed
v1.3.0: Python 3 support
Signed-off-by: Chris Warrick <[email protected]>
1 parent 30d5333 commit 2e8e0db

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Appendix A. Changelog
33
=====================
44

5+
v1.3.0
6+
------
7+
8+
* Python 3 support
9+
510
v1.2.2
611
------
712

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '1.2.0'
58+
version = '1.3.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.2.0'
60+
release = '1.3.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
dependencies = [l.strip() for l in fh][1:]
88

99
setup(name='coil',
10-
version='1.2.2',
10+
version='1.3.0',
1111
description='A user-friendly CMS frontend for Nikola.',
1212
keywords='coil,nikola,cms',
1313
author='Chris Warrick, Roberto Alsina, Henry Hirsch et al.',

0 commit comments

Comments
 (0)