Skip to content

Commit

Permalink
v1.3.0 (#1799)
Browse files Browse the repository at this point in the history
* Update version

* Update release notes

* clean up release notes
  • Loading branch information
tamargrey authored Dec 2, 2021
1 parent 3dd5a1f commit 2a31227
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
16 changes: 12 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,26 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Add ``NumericLag`` transform primitive (:pr:`1797`)
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.3.0 Dec 2, 2021
==================
* Enhancements
* Add ``NumericLag`` transform primitive (:pr:`1797`)
* Changes
* Update pip to 21.3.1 for test requirements (:pr:`1789`)
* Documentation Changes
* Add Docker install instructions and documentation on the install page. (:pr:`1785`)
* Update install page on documentation with correct python version (:pr:`1784`)
* Fix formatting in Improving Computational Performance guide (:pr:`1786`)
* Testing Changes

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`HenryRocha`, :user:`tamargrey` :user:`thehomebrewnerd`
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.2.0"
assert __version__ == "1.3.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.0'
__version__ = '1.3.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.2.0',
version='1.3.0',
packages=find_packages(),
description='a framework for automated feature engineering',
url='https://featuretools.com',
Expand Down

0 comments on commit 2a31227

Please sign in to comment.