Skip to content

Commit

Permalink
Release v2.0.1 (#51)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rwedge authored Apr 25, 2022
1 parent a5a3022 commit a484d63
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 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__ = '2.0.0'
__version__ = '2.0.1'
2 changes: 1 addition & 1 deletion autonormalize/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "2.0.0"
assert __version__ == "2.0.1"
13 changes: 10 additions & 3 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Remove python-dateutil dependency requirement (:pr:`48`)
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v2.0.1 Apr 25, 2022
===================
* Changes
* Remove python-dateutil dependency requirement (:pr:`48`)
* Testing Changes
* Add ``test_version.py`` and release notes updated CI check (:pr:`49`)

Thanks to the following people for contributing to this release:
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='2.0.0',
version='2.0.1',
description='a library for automated table normalization',
url='https://github.com/alteryx/autonormalize',
license='BSD 3-clause',
Expand Down

0 comments on commit a484d63

Please sign in to comment.