Skip to content

Commit

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

* Update release_notes.rst

* Update test_version.py
  • Loading branch information
gsheni authored Dec 20, 2022
1 parent 249a5a6 commit daa0cb1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
v0.0.5 Dec 20, 2022
===================
* Enhancements
* Add latest dependency checker and checkdeps Makefile command (:pr:`59`) (:pr:`60`)
* Fixes
* Fix issue with column case sensitivity with Snowflake (:pr:`67`) (:pr:`69`)
* Changes
* Documentation Changes
* Update README.md with new library logo (:pr:`57`, :pr:`58`)
* Testing Changes

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`sbadithe`
Expand Down
2 changes: 1 addition & 1 deletion featuretools_sql/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.0.4"
assert __version__ == "0.0.5"
2 changes: 1 addition & 1 deletion featuretools_sql/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.4"
__version__ = "0.0.5"

0 comments on commit daa0cb1

Please sign in to comment.