diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 87c8a7e..4a2920d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) diff --git a/coil/__init__.py b/coil/__init__.py index 3f22afa..40204cf 100644 --- a/coil/__init__.py +++ b/coil/__init__.py @@ -29,4 +29,4 @@ __all__ = ['__version__'] -__version__ = '1.3.11' +__version__ = '1.3.12' diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 87c8a7e..4a2920d 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -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) diff --git a/docs/conf.py b/docs/conf.py index 621bec6..d2579d6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index 3d408e8..f6bb8b3 100755 --- a/setup.py +++ b/setup.py @@ -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.',