Skip to content

Commit

Permalink
increment version, fix changelog (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Sep 28, 2020
1 parent 10a5167 commit b7324ba
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
18 changes: 13 additions & 5 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

Changelog
---------
**Future Release**
* Enhancements
.. **Future Release**
.. * Enhancements
.. * Fixes
.. * Changes
.. * Documentation Changes
.. * Testing Changes
.. Thanks to the following people for contributing to this release:
.. :user:`thehomebrewnerd`, :user:`tamargrey`
**v0.0.2** September 28, 2020
* Fixes
* Fix formatting issue when printing global config variables (:pr:`138`)
* Changes
Expand All @@ -12,10 +21,9 @@ Changelog
* Remove ``replace_none`` parameter to DataTables (:pr:`146`)
* Documentation Changes
* Add working code example to README and create Using Woodwork page (:pr:`103`)
* Testing Changes

Thanks to the following people for contributing to this release:
:user:`thehomebrewnerd`, :user:`tamargrey`
:user:`gsheni`, :user:`tamargrey`, :user:`thehomebrewnerd`

**v0.1.0** September 24, 2020
* Add ``natural_language_threshold`` global config option used for Categorical/NaturalLanguage type inference (:pr:`135`)
Expand Down Expand Up @@ -66,7 +74,7 @@ Thanks to the following people for contributing to this release:


Thanks to the following people for contributing to this release:
:user:`thehomebrewnerd`, :user:`tamargrey`, :user:`gsheni`
:user:`gsheni`, :user:`tamargrey`, :user:`thehomebrewnerd`

.. command
.. git log --pretty=oneline --abbrev-commit
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
author='Alteryx, Inc.',
author_email='support@featurelabs.com',
license='BSD 3-clause',
version='0.0.1',
version='0.0.2',
description='a two-dimensional data object with labeled axes and typing information',
url='/~https://github.com/FeatureLabs/woodwork/',
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion woodwork/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__ == "0.0.1"
assert __version__ == "0.0.2"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.1'
__version__ = '0.0.2'

0 comments on commit b7324ba

Please sign in to comment.