Skip to content

Commit

Permalink
Bumped bersion 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelpivato committed Apr 26, 2020
1 parent c58870f commit a3d9beb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
History
=======

0.5.1a
0.5.1 (2020-04-26)
------------------

* Fixed package metadata removing 2.7 support
* Install pipenv only when asked for with extras

0.5.0 (2020-03-14)
------------------
Expand Down
2 changes: 1 addition & 1 deletion dparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

__author__ = """Jannis Gebauer"""
__email__ = 'support@pyup.io'
__version__ = '0.5.1a'
__version__ = '0.5.1'

from .parser import parse # noqa
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='dparse',
version='0.5.1a',
version='0.5.1',
description="A parser for Python dependency files",
long_description=readme + '\n\n' + history,
author="Jannis Gebauer",
Expand Down

0 comments on commit a3d9beb

Please sign in to comment.