Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazu Version Bump committed Oct 10, 2023
1 parent bc8f4b5 commit dd57e29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- towncrier release notes start -->

## 1.1.1 - 2023-10-10


### Bugfixes

- fixed a bug where steps depending on additional dependencies were imported in steps.__init_.py


## 1.1.0 - 2023-10-10


Expand Down
1 change: 0 additions & 1 deletion docs/_changelog.d/+fixbrokenimports.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion kazu/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

0 comments on commit dd57e29

Please sign in to comment.