diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8e485..38a1416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ # Changelog for ausankey -## 2024-99-99 v1.3 - -* Add `label_duplicate` option to avoid printing redundant labels. -* Add `other_thresh_XX` option to allow recategorisation of entries with values below a certain threshold. -* Add `sort_dict` to override sort order for individual labels. -* Internal code changes using OOP methods to tidy up. +## 2024-04-07 v1.3 + +* Add `value_loc` option to control printing + of numeric values of flows. Several accompanying + options control the typesetting, etc. +* Add `label_duplicate` option to avoid printing + redundant labels. +* Add `other_thresh_XX` options to allow + recategorisation of entries with values below a + certain threshold. +* Add `sort_dict` option to override sort order for + individual labels. +* Internal code changes using OOP methods to + tidy up. ## 2024-03-25 v1.2.1 diff --git a/pyproject.toml b/pyproject.toml index e540a13..5934a93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "ausankey" -version = "1.2.1" +version = "1.3" description = "Sankey diagrams simply" readme = "README.md"