Skip to content

Commit 438c35e

Browse files
authored
v1.0.1
1 parent 5386db8 commit 438c35e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.1'
5+
__version__ = '1.0.2'

docs/source/release_notes.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,23 @@
33
Release Notes
44
-------------
55

6-
Future Release
6+
.. Future Release
77
==============
88
* Enhancements
99
* Fixes
1010
* Changes
11+
* Documentation Changes
12+
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v1.0.1 Jan 7, 2022
17+
==================
1118
* Documentation Changes
1219
* Update release notes and release format (:pr:`37`)
1320
* Updated sphinx documentation and guides (:pr:`35`)
1421
* Testing Changes
15-
* Updated tests to work with featuretools 1.0
22+
* Updated tests to work with featuretools 1.0 (:pr:`35`)
1623

1724
Thanks to the following people for contributing to this release:
1825
:user:`gsheni`, :user:`tuethan1999`

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.1',
11+
version='1.0.2',
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)