File tree Expand file tree Collapse file tree
{{cookiecutter.repo_name}}/etc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,20 @@ This document records the main changes to the python-template code.
1111master
1212------
1313
14- `View commits since the last tag <https://github.com/sdss/python_template/compare/1.0.2 ...HEAD >`__.
14+ `View commits since the last tag <https://github.com/sdss/python_template/compare/1.0.3 ...HEAD >`__.
1515
16- .. _changelog-1.0.1 :
16+
17+ .. _changelog-1.0.3 :
18+
19+ 1.0.3 (2018-12-10)
20+ ------------------
21+
22+ Fixed
23+ ^^^^^
24+ * Quotes in ``module-whatis `` in module file.
25+
26+
27+ .. _changelog-1.0.2 :
1728
18291.0.2 (2018-10-01)
1930------------------
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ conflict $product
3434# modify the part in quotes if you really need to, but most products should
3535# leave this alone.
3636#
37- module-whatis {{" Sets up $product/$version in your environment."}}
37+ module-whatis "{{ Sets up $product/$version in your environment.}}"
3838#
3939# DEPENDENCIES SECTION
4040#
You can’t perform that action at this time.
0 commit comments