Skip to content

Commit be06573

Browse files
committed
Update CHANGELOG
1 parent 0b96537 commit be06573

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ Change Log
66

77
This document records the main changes to the python-template code.
88

9-
.. _changelog-master:
9+
.. _python-template-master:
1010

1111
master
1212
------
1313

14-
`View commits since the last tag <https://github.com/sdss/python_template/compare/1.0.5...HEAD>`__.
14+
`View commits since the last tag <https://github.com/sdss/python_template/compare/1.0.6...HEAD>`__.
1515

1616

17-
.. _changelog-1.0.6:
17+
.. _python-template-1.0.6:
1818

19-
1.0.6 (unreleased)
19+
1.0.6 (2019-12-31)
2020
------------------
2121

2222
Added
@@ -27,8 +27,10 @@ Fixed
2727
^^^^^
2828
* Do not modify the record when formatting it, in case that record is also output in other handlers.
2929

30+
`View commits <https://github.com/sdss/python_template/compare/1.0.5...1.0.6>`__.
3031

31-
.. _changelog-1.0.5:
32+
33+
.. _python-template-1.0.5:
3234

3335
1.0.5 (2019-05-13)
3436
------------------
@@ -49,8 +51,10 @@ Fixed
4951
^^^^^
5052
* Bug causing Python 2.7 templates to fail because ``PercentStyle`` is not available in ``logging`` module (thanks to :user:`andycasey`).
5153

54+
`View commits <https://github.com/sdss/python_template/compare/1.0.4...1.0.5>`__.
55+
5256

53-
.. _changelog-1.0.4:
57+
.. _python-template-1.0.4:
5458

5559
1.0.4 (2019-01-18)
5660
------------------
@@ -63,8 +67,10 @@ Fixed
6367
^^^^^
6468
* More fixes to quotes in ``module-whatis`` in module file.
6569

70+
`View commits <https://github.com/sdss/python_template/compare/1.0.3...1.0.4>`__.
71+
6672

67-
.. _changelog-1.0.3:
73+
.. _python-template-1.0.3:
6874

6975
1.0.3 (2018-12-10)
7076
------------------
@@ -73,8 +79,10 @@ Fixed
7379
^^^^^
7480
* Quotes in ``module-whatis`` in module file.
7581

82+
`View commits <https://github.com/sdss/python_template/compare/1.0.2...1.0.3>`__.
7683

77-
.. _changelog-1.0.2:
84+
85+
.. _python-template-1.0.2:
7886

7987
1.0.2 (2018-10-01)
8088
------------------
@@ -83,8 +91,10 @@ Fixed
8391
^^^^^
8492
* Remove ``from __future__ import unicode_literals`` that made the package install fail under Python 2. See `#9 <https://github.com/sdss/python_template/issues/9>`__ for details.
8593

94+
`View commits <https://github.com/sdss/python_template/compare/1.0.1...1.0.2>`__.
95+
8696

87-
.. _changelog-1.0.1:
97+
.. _python-template-1.0.1:
8898

8999
1.0.1 (2018-07-30)
90100
------------------
@@ -110,7 +120,7 @@ Fixed
110120
`View commits <https://github.com/sdss/python_template/compare/1.0.0...1.0.1>`__.
111121

112122

113-
.. _changelog-1.0.0:
123+
.. _python-template-1.0.0:
114124

115125
1.0.0 (2018-01-31)
116126
------------------

0 commit comments

Comments
 (0)