Skip to content

Commit

Permalink
Merge pull request #46 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.0
  • Loading branch information
OBrink committed Jul 5, 2023
2 parents 66edc32 + 5eb1091 commit e27a11d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ jobs:
package-name: release-please-action
token: ${{ secrets.GITHUB_TOKEN }}
start-version: '1.1.8'


19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [1.2.0](https://github.com/OBrink/RanDepict/compare/1.1.8...v1.2.0) (2023-07-05)


### Features

* add Release-please for automated releases ([cb8a74f](https://github.com/OBrink/RanDepict/commit/cb8a74f7f1d651808c9805a4db02167ded3bafec))
* orderly enumeration of R group indices ([0481aaa](https://github.com/OBrink/RanDepict/commit/0481aaa126d850ded383350c19890efcf0ec4c19))


### Bug Fixes

* Failing documentation theme issues ([987db2c](https://github.com/OBrink/RanDepict/commit/987db2c83b1c06edc6c82525feabc28e8a9dff2c))


### Documentation

* version bump: 1.1.8-->1.1.9 ([9c54d7c](https://github.com/OBrink/RanDepict/commit/9c54d7c269b9b53baedef02e4af67fe218960d3c))
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.1.9"
__version__ = "1.2.0"

__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.1.9",
version="1.2.0",
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 e27a11d

Please sign in to comment.