Skip to content

Commit daa0cb1

Browse files
authored
v0.0.5 (#68)
* Update version.py * Update release_notes.rst * Update test_version.py
1 parent 249a5a6 commit daa0cb1

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

docs/release_notes.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
Future Release
2-
==============
1+
.. Future Release
2+
==============
3+
* Enhancements
4+
* Fixes
5+
* Changes
6+
* Documentation Changes
7+
* Testing Changes
8+
9+
10+
v0.0.5 Dec 20, 2022
11+
===================
312
* Enhancements
413
* Add latest dependency checker and checkdeps Makefile command (:pr:`59`) (:pr:`60`)
514
* Fixes
615
* Fix issue with column case sensitivity with Snowflake (:pr:`67`) (:pr:`69`)
7-
* Changes
816
* Documentation Changes
917
* Update README.md with new library logo (:pr:`57`, :pr:`58`)
10-
* Testing Changes
1118

1219
Thanks to the following people for contributing to this release:
1320
:user:`gsheni`, :user:`sbadithe`

featuretools_sql/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.0.4"
5+
assert __version__ == "0.0.5"

featuretools_sql/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)