From 27b43d44adeb7d53f0c26b1cbda81a7437f3458a Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Tue, 13 Sep 2022 08:45:55 +0200 Subject: [PATCH] chore: release 1.18.0 (#222) Co-authored-by: Johannes Nussbaum <39048939+jnussbaum@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d318d3ef8..eb48f31ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.18.0](https://www.github.com/dasch-swiss/dsp-tools/compare/v1.17.1...v1.18.0) (2022-09-09) + + +### Enhancements + +* add module csv2xml to convert tabular data to DSP-XML (DEV-134) ([#219](https://www.github.com/dasch-swiss/dsp-tools/issues/219)) ([19393aa](https://www.github.com/dasch-swiss/dsp-tools/commit/19393aa8035864755ba81a2d36bfcb0dec96c569)) + + +### Maintenance + +* tidy up makefile (DEV-1166) ([#223](https://www.github.com/dasch-swiss/dsp-tools/issues/223)) ([dca0854](https://www.github.com/dasch-swiss/dsp-tools/commit/dca085404c5a8c4ae85936dbabd4d95f4c0b1a77)) + + +### Documentation + +* clarify docs of onto creation (DEV-1164) ([#225](https://www.github.com/dasch-swiss/dsp-tools/issues/225)) ([f64d2cf](https://www.github.com/dasch-swiss/dsp-tools/commit/f64d2cf6d76adc90283920faebd9aa412756418e)) + ### [1.17.1](https://www.github.com/dasch-swiss/dsp-tools/compare/v1.17.0...v1.17.1) (2022-08-22) diff --git a/setup.py b/setup.py index 617e2bbd4..19d64cc04 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="dsp-tools", - version="1.17.1", + version="1.18.0", description="A Python library and tools for the DaSCH Service Platform", long_description=long_description, long_description_content_type="text/markdown",