Skip to content

Commit

Permalink
Changes for release 1.4.0 (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque authored Jan 11, 2022
1 parent d0256b3 commit cf0ee5d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
16 changes: 13 additions & 3 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
Thanks to the following people for contributing to this release:
v1.4.0 Jan 10, 2022
===================
* Enhancements
* Add LatLong transform primitives - GeoMidpoint, IsInGeoBox, CityblockDistance (:pr:`1814`)
* Add issue templates for bugs, feature requests and documentation improvements (:pr:`1834`)
Expand All @@ -24,7 +34,7 @@ Future Release
* Remove fastparquet as a test requirement (:pr:`1833`)

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`rwedge`, :user:`thehomebrewnerd`
:user:`davesque`, :user:`gsheni`, :user:`rwedge`, :user:`thehomebrewnerd`


v1.3.0 Dec 2, 2021
Expand Down
2 changes: 1 addition & 1 deletion featuretools/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__ == "1.3.0"
assert __version__ == "1.4.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.0'
__version__ = '1.4.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='featuretools',
version='1.3.0',
version='1.4.0',
packages=find_packages(),
description='a framework for automated feature engineering',
url='https://featuretools.com',
Expand Down

0 comments on commit cf0ee5d

Please sign in to comment.