Skip to content

Commit

Permalink
Merge branch 'release/1.3.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Aug 17, 2015
2 parents d16d086 + ffd2bc8 commit 5db9caa
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -2,7 +2,11 @@
Appendix A. Changelog Appendix A. Changelog
===================== =====================


:Version: 1.3.5 :Version: 1.3.6

1.3.6
* Patch URLs for HTTPS sites
* Really add descriptions for icons (got lost between branches)


1.3.5 1.3.5
* Add icon descriptions for the navigation bar * Add icon descriptions for the navigation bar
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Expand Up @@ -6,7 +6,7 @@ Appendix A. Contribution rules
:Copyright: © 2015, Chris Warrick. :Copyright: © 2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-08-17 :Date: 2015-08-17
:Version: 1.3.5 :Version: 1.3.6


.. index:: contributing .. index:: contributing


Expand Down
2 changes: 1 addition & 1 deletion coil/__init__.py
Expand Up @@ -29,4 +29,4 @@


__all__ = ['__version__'] __all__ = ['__version__']


__version__ = '1.3.5' __version__ = '1.3.6'
6 changes: 5 additions & 1 deletion docs/CHANGELOG.rst
Expand Up @@ -2,7 +2,11 @@
Appendix A. Changelog Appendix A. Changelog
===================== =====================


:Version: 1.3.5 :Version: 1.3.6

1.3.6
* Patch URLs for HTTPS sites
* Really add descriptions for icons (got lost between branches)


1.3.5 1.3.5
* Add icon descriptions for the navigation bar * Add icon descriptions for the navigation bar
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.rst
Expand Up @@ -6,7 +6,7 @@ Appendix A. Contribution rules
:Copyright: © 2015, Chris Warrick. :Copyright: © 2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) :License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-08-17 :Date: 2015-08-17
:Version: 1.3.5 :Version: 1.3.6


.. index:: contributing .. index:: contributing


Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -55,9 +55,9 @@
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.3.5' version = '1.3.6'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.3.5' release = '1.3.6'


# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # 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] dependencies = [l.strip() for l in fh]


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

0 comments on commit 5db9caa

Please sign in to comment.