Bump version to 1.1.0

This commit is contained in:
Arjan Molenaar 2022-05-08 23:26:34 +02:00
parent a42178082b
commit 050d786db4
No known key found for this signature in database
GPG Key ID: BF977B918996CB13
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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>",