@@ -6,17 +6,17 @@ Change Log
66
77This document records the main changes to the python-template code.
88
9- .. _ changelog -master :
9+ .. _ python-template -master :
1010
1111master
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
2222Added
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
33351.0.5 (2019-05-13)
3436------------------
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
55591.0.4 (2019-01-18)
5660------------------
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
69751.0.3 (2018-12-10)
7076------------------
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
79871.0.2 (2018-10-01)
8088------------------
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
89991.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
1151251.0.0 (2018-01-31)
116126------------------
0 commit comments