From 3a00fb32f6adb607bce43493f107bb49e05e44e3 Mon Sep 17 00:00:00 2001 From: Janneke van der Zwaan Date: Wed, 17 Jul 2019 17:17:25 +0200 Subject: [PATCH] Update changelog and version number to prepare for release --- CHANGELOG.md | 12 ++++++++++-- CITATION.cff | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 332e8a8c..98297ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -30,6 +34,10 @@ - Setup instructions - NOTICE file +### Removed + +* Python 2 support + ## 0.1.0 Released on July 12, 2018. diff --git a/CITATION.cff b/CITATION.cff index 4a065e5b..a1e3941a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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"