From 050d786db4bc0c4952e7e9000cc91fec52bde355 Mon Sep 17 00:00:00 2001 From: Arjan Molenaar Date: Sun, 8 May 2022 23:26:34 +0200 Subject: [PATCH] Bump version to 1.1.0 --- README.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a2d8f..0a81f8e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 6f13c62..8b0d5ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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>",