Skip to content

Commit

Permalink
Merge pull request #25 from mkouhei/bumps-patch-version
Browse files Browse the repository at this point in the history
Bumps patch version.
  • Loading branch information
mkouhei committed Sep 19, 2020
2 parents 30c8027 + 370a799 commit fac5dac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/source/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

1.0.1 (2020-09-19)
------------------

* Fixes raise-missing-from, super-with-arguments pylint violations.

1.0.0 (2020-05-16)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def read_content(filepath):
extras_require['reST'].append('recommonmark')

setup(name='py-deps',
version='1.0.0',
version='1.0.1',
description='parsing the Python deps and generating graph data',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit fac5dac

Please sign in to comment.