Skip to content

Commit

Permalink
v0.5.0 (#114)
Browse files Browse the repository at this point in the history
* Update version.py

* Update test_version.py

* Update changelog.md

* Update changelog.md
  • Loading branch information
gsheni authored Jul 27, 2023
1 parent d231910 commit 8d13050
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Changelog
---------

v0.5.0 ()
=====================
v0.5.0 (July 27, 2023)
======================
* Enhancements
* Add ``ExistsAggregationOp`` [#96][#96]
* Add `get_aggregation_ops` and `get_filter_ops` functions [#98][#98]
* Allow Ops to restrict semantic tags [#108][#108]
* Enable operations to exclude columns they can be applied to with semantic tags [#108][#108]
* Fixes
* Fix FeaturetoolsWrapper class and label times [#100][#100]
* Fix denormalize to support more than 2 tables [#104][#104]
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.4.0"
assert __version__ == "0.5.0"
2 changes: 1 addition & 1 deletion trane/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit 8d13050

Please sign in to comment.