You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,16 @@ This document records the main changes to the python-template code.
11
11
master
12
12
------
13
13
14
-
`View commits since the last tag <https://github.com/sdss/python_template/compare/1.0.1...HEAD>`__.
14
+
`View commits since the last tag <https://github.com/sdss/python_template/compare/1.0.2...HEAD>`__.
15
+
16
+
.. _changelog-1.0.1:
17
+
18
+
1.0.2 (2018-10-01)
19
+
------------------
20
+
21
+
Fixed
22
+
^^^^^
23
+
* 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.
0 commit comments