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 1
1
# Change Log
2
2
3
- ## [ Unreleased]
3
+ ## 0.2.0
4
+
5
+ Released on July 17, 2019
4
6
5
7
### Added
6
8
9
+ * Set up logging and provide a logging example (#9 )
7
10
* Fix for displaying wide tables in the documentation (#37 )
8
11
* Single source version number (+ documentation) (#29 )
9
12
* Cookiecutter tests (#15 )
10
13
* Linter test for the generated project
11
14
* CITATION.cff
12
- * Support for choosing Python versions (2 and 3) (#20 )
13
15
* Support for pypi deployment using travis (#36 )
14
16
15
17
### Changed
16
18
19
+ * Replace dashes and spaces in project_slug with underscore (#33 )
20
+ * Put project setup documentation in a separate document (#39 )
17
21
* Fix numbered lists in .rst files (#40 )
18
22
* Added rst, y(a)ml and cwl to .editorconfig (#35 )
19
23
* Default documentation theme is ` sphinx_rtd_theme ` (#34 )
30
34
- Setup instructions
31
35
- NOTICE file
32
36
37
+ ### Removed
38
+
39
+ * Python 2 support
40
+
33
41
## 0.1.0
34
42
35
43
Released on July 12, 2018.
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ license: Apache-2.0
38
38
message : " If you use this software, please cite it using these metadata."
39
39
repository-code : " https://github.com/NLeSC/python-template"
40
40
title : " 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