Skip to content

Commit

Permalink
Merge pull request #48 from OBrink/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--release-please-action

chore(main): release 1.2.1
  • Loading branch information
OBrink committed Jul 14, 2023
2 parents 2e8dec0 + b06c1f3 commit d36abc1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion RanDepict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"""

__version__ = "1.2.0"
__version__ = "1.2.1"

__all__ = [
"RanDepict",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d36abc1

Please sign in to comment.