Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed May 8, 2022
1 parent a421780 commit 050d786
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ excellent readthedocs.org project. Development takes place on

# Changes

## 1.1.0

- Rename `master` branch to `main`
- `generic.event.Manager` executes all handlers and throws an `ExceptionGroup` in case of errors

## 1.0.1

- Add Support for Python 3.10, Drop Support for Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "generic"
version = "1.0.1"
version = "1.1.0"
description = "Generic programming library for Python"
authors = [
"Andrey Popp <[email protected]>",
Expand Down

0 comments on commit 050d786

Please sign in to comment.