Skip to content

Commit a484d63

Browse files
authored
Release v2.0.1 (#51)
* Bump version in __init__.py * bump version in test.py * bump version in setup.py * update release notes * fix version number in release notes * header formatting
1 parent a5a3022 commit a484d63

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
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__ = '2.0.0'
5+
__version__ = '2.0.1'

autonormalize/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "2.0.0"
5+
assert __version__ == "2.0.1"

docs/source/release_notes.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
88
* Enhancements
99
* Fixes
1010
* Changes
11-
* Remove python-dateutil dependency requirement (:pr:`48`)
1211
* Documentation Changes
1312
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v2.0.1 Apr 25, 2022
17+
===================
18+
* Changes
19+
* Remove python-dateutil dependency requirement (:pr:`48`)
20+
* Testing Changes
1421
* Add ``test_version.py`` and release notes updated CI check (:pr:`49`)
1522

1623
Thanks to the following people for contributing to this release:

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='2.0.0',
11+
version='2.0.1',
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)