Skip to content

Commit

Permalink
v0.26.2 (#1628)
Browse files Browse the repository at this point in the history
* v0.26.2

* Update release_notes.rst

Co-authored-by: Gaurav Sheni <[email protected]>
  • Loading branch information
simha104 and gsheni authored Aug 17, 2021
1 parent ce51746 commit 6d60462
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
15 changes: 11 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,27 @@

Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.26.2 Aug 17, 2021
====================
* Documentation Changes
* Specify conda channel and Windows exe in graphviz installation instructions (:pr:`1611`)
* Remove GA token from the layout html (:pr:`1622`)
* Testing Changes
* Add additional reviewers to minimum and latest dependency checkers (:pr:`1558`, :pr:`1562`, :pr:`1564`, :pr:`1567`)

Thanks to the following people for contributing to this release:
:user:`gsheni`
:user:`gsheni`, :user:`simha104`

v0.26.1 Jul 23, 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__ == "0.26.1"
assert __version__ == "0.26.2"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.26.1'
__version__ = '0.26.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

0 comments on commit 6d60462

Please sign in to comment.