Skip to content

Commit 3a00fb3

Browse files
author
Janneke van der Zwaan
committed
Update changelog and version number to prepare for release
1 parent 76d9eed commit 3a00fb3

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
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)
@@ -30,6 +34,10 @@
3034
- Setup instructions
3135
- NOTICE file
3236

37+
### Removed
38+
39+
* Python 2 support
40+
3341
## 0.1.0
3442

3543
Released on July 12, 2018.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ license: Apache-2.0
3838
message: "If you use this software, please cite it using these metadata."
3939
repository-code: "https://github.com/NLeSC/python-template"
4040
title: "Netherlands eScience Center Python Template"
41-
version: "0.1.0"
41+
version: "0.2.0"

0 commit comments

Comments
 (0)