diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c873f..caf1bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.1](https://github.com/OBrink/RanDepict/compare/v1.2.0...v1.2.1) (2023-07-13) + + +### Bug Fixes + +* add Copyright info and modify theme options ([779dac0](https://github.com/OBrink/RanDepict/commit/779dac0c9a14e9bbba674236c654aaa9580b5c09)) +* only remove PIKAChU if it is there initially (caused crash) ([3b5d3e0](https://github.com/OBrink/RanDepict/commit/3b5d3e012916d445bbe4ffc2bf888c6d0f728c30)) + ## [1.2.0](https://github.com/OBrink/RanDepict/compare/1.1.8...v1.2.0) (2023-07-05) diff --git a/RanDepict/__init__.py b/RanDepict/__init__.py index 1e154a0..cc4938a 100644 --- a/RanDepict/__init__.py +++ b/RanDepict/__init__.py @@ -21,7 +21,7 @@ """ -__version__ = "1.2.0" +__version__ = "1.2.1" __all__ = [ "RanDepict", diff --git a/setup.py b/setup.py index f858e42..8fd15ee 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="RanDepict", - version="1.2.0", + version="1.2.1", author="Otto Brinkhaus", author_email="otto.brinkhaus@uni-jena.de, kohulan.rajan@uni-jena.de", maintainer="Otto Brinkhaus, Kohulan Rajan",