Bump version to 1.1.0
This commit is contained in:
parent
a42178082b
commit
050d786db4
@ -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
|
||||
|
@ -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 <8mayday@gmail.com>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user