Skip to content

Commit 72d2895

Browse files
author
Dave Reed
authored
releasing v2.2.0 (#46)
* releasing v1.1.0 * changed release to 2.0.0
1 parent f05cb9d commit 72d2895

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

autonormalize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .autonormalize import *
33
from .classes import Dependencies
44

5-
__version__ = '1.0.2'
5+
__version__ = '2.0.0'

docs/source/release_notes.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,22 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
8-
* Enhancements
6+
.. Future Release
7+
==============
8+
* Enhancements
9+
* Fixes
10+
* Changes
11+
* Documentation Changes
12+
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v2.0.0 Mar 14, 2022
17+
===================
918
* Fixes
1019
* Fix compatibility issues with featuretools (:pr:`41`)
1120
* Changes
1221
* Rename ``normalize_entity`` to ``normalize_entityset`` (:pr:`41`)
13-
* Documentation Changes
14-
* Testing Changes
1522

1623
Thanks to the following people for contributing to this release:
1724
:user:`dvreed77`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='autonormalize',
11-
version='1.0.2',
11+
version='2.0.0',
1212
description='a library for automated table normalization',
1313
url='https://github.com/alteryx/autonormalize',
1414
license='BSD 3-clause',

0 commit comments

Comments
 (0)