File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ Unreleased]
3+ ## 0.2.0
4+
5+ Released on July 17, 2019
46
57### Added
68
9+ * Set up logging and provide a logging example (#9 )
710* Fix for displaying wide tables in the documentation (#37 )
811* Single source version number (+ documentation) (#29 )
912* Cookiecutter tests (#15 )
1013* Linter test for the generated project
1114* CITATION.cff
12- * Support for choosing Python versions (2 and 3) (#20 )
1315* Support for pypi deployment using travis (#36 )
1416
1517### Changed
1618
19+ * Replace dashes and spaces in project_slug with underscore (#33 )
20+ * Put project setup documentation in a separate document (#39 )
1721* Fix numbered lists in .rst files (#40 )
1822* Added rst, y(a)ml and cwl to .editorconfig (#35 )
1923* Default documentation theme is ` sphinx_rtd_theme ` (#34 )
3034 - Setup instructions
3135 - NOTICE file
3236
37+ ### Removed
38+
39+ * Python 2 support
40+
3341## 0.1.0
3442
3543Released on July 12, 2018.
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ license: Apache-2.0
3838message : " If you use this software, please cite it using these metadata."
3939repository-code : " https://github.com/NLeSC/python-template"
4040title : " Netherlands eScience Center Python Template"
41- version : " 0.1 .0"
41+ version : " 0.2 .0"
You can’t perform that action at this time.
0 commit comments