Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni committed Aug 27, 2023
1 parent 933cdf2 commit 02c0285
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
---------

v0.6.0 (, 2023)
===============
v0.6.0 (August 27, 2023)
========================
* Enhancements
* Add pyarrow dependency and use pyarrow backed dtypes [#120][#120]
* Add Airbnb Reviews dataset [#125][#125]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.5.0"
assert __version__ == "0.6.0"
2 changes: 1 addition & 1 deletion trane/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.0"

0 comments on commit 02c0285

Please sign in to comment.