File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 22from .autonormalize import *
33from .classes import Dependencies
44
5- __version__ = '1.0.1 '
5+ __version__ = '1.0.2 '
Original file line number Diff line number Diff line change 33Release 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 `
Original file line number Diff line number Diff line change 88
99setup (
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' ,
You can’t perform that action at this time.
0 commit comments