Skip to content

Commit e8d20d8

Browse files
committedOct 3, 2017
v1.3.12: really fix #49
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent cecb8c2 commit e8d20d8

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed
 

‎CHANGELOG.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
Appendix A. Changelog
33
=====================
44

5-
:Version: 1.3.11
5+
:Version: 1.3.12
6+
7+
1.3.12
8+
* Really fix #49 (forgot to press Merge pull request…)
69

710
1.3.11
811
* Fix bootstrap3 theme detection (Issue #49)

‎coil/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
__all__ = ['__version__']
3131

32-
__version__ = '1.3.11'
32+
__version__ = '1.3.12'

‎docs/CHANGELOG.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
Appendix A. Changelog
33
=====================
44

5-
:Version: 1.3.11
5+
:Version: 1.3.12
6+
7+
1.3.12
8+
* Really fix #49 (forgot to press Merge pull request…)
69

710
1.3.11
811
* Fix bootstrap3 theme detection (Issue #49)

‎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.3.11'
58+
version = '1.3.12'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.3.11'
60+
release = '1.3.12'
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]
88

99
setup(name='coil',
10-
version='1.3.11',
10+
version='1.3.12',
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)
Please sign in to comment.