Skip to content

Commit

Permalink
v1.3.9: work on non-English sites (fix #45)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Mar 3, 2016
1 parent 7c728d1 commit 29468f3
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
Appendix A. Changelog
=====================

:Version: 1.3.8
:Version: 1.3.9

1.3.9
* Work on non-English sites (fix #45)

1.3.8
* Clean up requirements (issue #41)
* Clean up requirements (issue #40)

1.3.7
* Nikola v7.6.4 compatibility
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Appendix A. Contribution rules
:Author: Chris Warrick <[email protected]>
:Copyright: © 2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-08-27
:Version: 1.3.8
:Date: 2016-03-03
:Version: 1.3.9

.. index:: contributing

Expand Down
2 changes: 1 addition & 1 deletion coil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@

__all__ = ['__version__']

__version__ = '1.3.8'
__version__ = '1.3.9'
5 changes: 4 additions & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
Appendix A. Changelog
=====================

:Version: 1.3.8
:Version: 1.3.9

1.3.9
* Work on non-English sites (fix #45)

1.3.8
* Clean up requirements (issue #40)
Expand Down
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Appendix A. Contribution rules
:Author: Chris Warrick <[email protected]>
:Copyright: © 2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-08-27
:Version: 1.3.8
:Date: 2016-03-03
:Version: 1.3.9

.. index:: contributing

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3.8'
version = '1.3.9'
# The full version, including alpha/beta/rc tags.
release = '1.3.8'
release = '1.3.9'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
dependencies = [l.strip() for l in fh]

setup(name='coil',
version='1.3.8',
version='1.3.9',
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 29468f3

Please sign in to comment.