Skip to content

Commit

Permalink
Update changelog and version number to prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Janneke van der Zwaan committed Jul 17, 2019
1 parent 76d9eed commit 3a00fb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# Change Log

## [Unreleased]
## 0.2.0

Released on July 17, 2019

### Added

* Set up logging and provide a logging example (#9)
* Fix for displaying wide tables in the documentation (#37)
* Single source version number (+ documentation) (#29)
* Cookiecutter tests (#15)
* Linter test for the generated project
* CITATION.cff
* Support for choosing Python versions (2 and 3) (#20)
* Support for pypi deployment using travis (#36)

### Changed

* Replace dashes and spaces in project_slug with underscore (#33)
* Put project setup documentation in a separate document (#39)
* Fix numbered lists in .rst files (#40)
* Added rst, y(a)ml and cwl to .editorconfig (#35)
* Default documentation theme is `sphinx_rtd_theme` (#34)
Expand All @@ -30,6 +34,10 @@
- Setup instructions
- NOTICE file

### Removed

* Python 2 support

## 0.1.0

Released on July 12, 2018.
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ license: Apache-2.0
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/NLeSC/python-template"
title: "Netherlands eScience Center Python Template"
version: "0.1.0"
version: "0.2.0"

0 comments on commit 3a00fb3

Please sign in to comment.