diff --git a/CHANGELOG.md b/CHANGELOG.md index cec2499..45157f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # ChangeLog +## Version 0.6.1 (beta) +- Remove dependencies' version, solve some dependency conflicts. + ## Version 0.6.0 (beta) - Replace `unidecode` with `anyascii` for license compliance. - Add support for Python 3.12. diff --git a/docs/source/conf.py b/docs/source/conf.py index cf8d0bc..9f53fda 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = "Sebastien Cossin" # The full version, including alpha/beta/rc tags -release = "0.6.0" +release = "0.6.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 780522b..791bb75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "iamsystem" -version = "0.6.0" +version = "0.6.1" authors = [ { name="Sebastien Cossin", email="cossin.sebastien@gmail.com" }, ]