Skip to content

Commit

Permalink
v1.2.0 (#1783)
Browse files Browse the repository at this point in the history
* update version

* Update release notes

* fix release note header

* fix date
  • Loading branch information
tamargrey authored Nov 15, 2021
1 parent e368071 commit 4067feb
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,17 +3,25 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.2.0 Nov 15, 2021
===================
* Enhancements
* Add Rolling Transform primitives with integer parameters (:pr:`1770`)
* Fixes
* Handle new graphviz FORMATS import (:pr:`1770`)
* Changes
* Add new version of featuretools_tsfresh_primitives as an add-on library (:pr:`1772`)
* Add ``load_weather`` as demo dataset for time series :pr:`1777`
* Documentation Changes
* Testing Changes

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

0 comments on commit 4067feb

Please sign in to comment.