Skip to content

Commit

Permalink
Update changelog and increment version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Feb 13, 2024
1 parent 97405a5 commit 7b534d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.3.3 - Feb 13, 2024. (sha 97405a5e8ab586b80037f036caa3cea0eabfeb10)
--------------------------------------------------------------------
* Fix get_dataset_size for datasets with null file_size column by @mvdbeek (PR #116)
* Add contributing doc and update readme by @afgane (PR #122)
* Add readthedocs configuration by @nuwang (PR #121)
* Add to to_dict functions to Destination and TagSetManager classes by @pauldg (PR #119)
* Add a helper to get the object store ids and the datasets size for every dataset in a job by @sanjaysrikakulam (PR #125)

2.3.2 - Aug 25, 2023. (sha 26ddcfb024679a8bb2d698461e7fcbfa8453c45e)
--------------------------------------------------------------------
* Fix legacy version parsing by using Galaxy's version parsing if available by @bgruening (PR #112)
Expand Down
2 changes: 1 addition & 1 deletion tpv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Total Perspective Vortex library setup."""

# Current version of the library
__version__ = "2.3.2"
__version__ = "2.3.3"


def get_version():
Expand Down

0 comments on commit 7b534d7

Please sign in to comment.