Skip to content

Commit

Permalink
bump package version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Apr 7, 2024
1 parent 2620c48 commit f86adbc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f86adbc

Please sign in to comment.