Skip to content

Commit

Permalink
v2.1.0 (#42)
Browse files Browse the repository at this point in the history
* remove warnings filter setting

* use context mgr

* dont use context mgr

* use apppend=False and add note

* remove temp filter settings

* release v2.1.0
  • Loading branch information
thehomebrewnerd authored Jun 28, 2021
1 parent d7bcbe5 commit 5b05b96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alteryx_open_src_update_checker/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.1.0"
2 changes: 1 addition & 1 deletion alteryx_open_src_update_checker/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.0'
__version__ = '2.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author='Alteryx, Inc.',
author_email='[email protected]',
license='BSD 3-clause',
version='2.0.0',
version='2.1.0',
description='an update checker for alteryx open source libraries',
url='https://github.com/FeatureLabs/alteryx-open-src-update-checker/',
classifiers=[
Expand Down

0 comments on commit 5b05b96

Please sign in to comment.