Skip to content

Commit

Permalink
releasing v2.2.0 (#46)
Browse files Browse the repository at this point in the history
* releasing v1.1.0

* changed release to 2.0.0
  • Loading branch information
Dave Reed authored Mar 14, 2022
1 parent f05cb9d commit 72d2895
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion autonormalize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .autonormalize import *
from .classes import Dependencies

__version__ = '1.0.2'
__version__ = '2.0.0'
17 changes: 12 additions & 5 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,22 @@
Release Notes
-------------

Future Release
==============
* Enhancements
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v2.0.0 Mar 14, 2022
===================
* Fixes
* Fix compatibility issues with featuretools (:pr:`41`)
* Changes
* Rename ``normalize_entity`` to ``normalize_entityset`` (:pr:`41`)
* Documentation Changes
* Testing Changes

Thanks to the following people for contributing to this release:
:user:`dvreed77`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='autonormalize',
version='1.0.2',
version='2.0.0',
description='a library for automated table normalization',
url='https://github.com/alteryx/autonormalize',
license='BSD 3-clause',
Expand Down

0 comments on commit 72d2895

Please sign in to comment.