Skip to content

Commit

Permalink
v1.3.12: really fix #49
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 3, 2017
1 parent cecb8c2 commit e8d20d8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -2,7 +2,10 @@
Appendix A. Changelog
=====================

:Version: 1.3.11
:Version: 1.3.12

1.3.12
* Really fix #49 (forgot to press Merge pull request…)

1.3.11
* Fix bootstrap3 theme detection (Issue #49)
Expand Down
2 changes: 1 addition & 1 deletion coil/__init__.py
Expand Up @@ -29,4 +29,4 @@

__all__ = ['__version__']

__version__ = '1.3.11'
__version__ = '1.3.12'
5 changes: 4 additions & 1 deletion docs/CHANGELOG.rst
Expand Up @@ -2,7 +2,10 @@
Appendix A. Changelog
=====================

:Version: 1.3.11
:Version: 1.3.12

1.3.12
* Really fix #49 (forgot to press Merge pull request…)

1.3.11
* Fix bootstrap3 theme detection (Issue #49)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3.11'
version = '1.3.12'
# The full version, including alpha/beta/rc tags.
release = '1.3.11'
release = '1.3.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
dependencies = [l.strip() for l in fh]

setup(name='coil',
version='1.3.11',
version='1.3.12',
description='A user-friendly CMS frontend for Nikola.',
keywords='coil,nikola,cms',
author='Chris Warrick, Roberto Alsina, Henry Hirsch et al.',
Expand Down

0 comments on commit e8d20d8

Please sign in to comment.