Skip to content

Commit 5db9caa

Browse files
committedAug 17, 2015
Merge branch 'release/1.3.6' into develop
2 parents d16d086 + ffd2bc8 commit 5db9caa

7 files changed

+16
-8
lines changed
 

‎CHANGELOG.rst

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

5-
:Version: 1.3.5
5+
:Version: 1.3.6
6+
7+
1.3.6
8+
* Patch URLs for HTTPS sites
9+
* Really add descriptions for icons (got lost between branches)
610

711
1.3.5
812
* Add icon descriptions for the navigation bar

‎CONTRIBUTING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Appendix A. Contribution rules
66
:Copyright: © 2015, Chris Warrick.
77
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
88
:Date: 2015-08-17
9-
:Version: 1.3.5
9+
:Version: 1.3.6
1010

1111
.. index:: contributing
1212

‎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.5'
32+
__version__ = '1.3.6'

‎docs/CHANGELOG.rst

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

5-
:Version: 1.3.5
5+
:Version: 1.3.6
6+
7+
1.3.6
8+
* Patch URLs for HTTPS sites
9+
* Really add descriptions for icons (got lost between branches)
610

711
1.3.5
812
* Add icon descriptions for the navigation bar

‎docs/CONTRIBUTING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Appendix A. Contribution rules
66
:Copyright: © 2015, Chris Warrick.
77
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
88
:Date: 2015-08-17
9-
:Version: 1.3.5
9+
:Version: 1.3.6
1010

1111
.. index:: contributing
1212

‎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.5'
58+
version = '1.3.6'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.3.5'
60+
release = '1.3.6'
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.5',
10+
version='1.3.6',
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.