Skip to content

Commit 3f3f30d

Browse files
authored
v0.0.4 (#51)
Init
1 parent a78b77c commit 3f3f30d

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

docs/release_notes.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
Future Release
2-
==============
1+
.. Future Release
2+
==============
33
* Enhancements
44
* Fixes
5-
* Fixes Windows compatibility issue in pyproject.toml (:pr:`50`)
65
* Changes
76
* Documentation Changes
87
* Testing Changes
8+
9+
.. Thanks to the following people for contributing to this release:
10+
11+
v0.0.4 Oct 19, 2022
12+
===================
13+
* Fixes
14+
* Fixes Windows compatibility issue in pyproject.toml (:pr:`50`)
15+
* Testing Changes
916
* Adds Windows install test (:pr:`50`)
1017

1118
Thanks to the following people for contributing to this release:

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.3"
5+
assert __version__ == "0.0.4"

featuretools_sql/version.py

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

0 commit comments

Comments
 (0)