Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Aug 9, 2022
1 parent 125beef commit 13934e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
History
=======

0.5.2a (master)
0.5.2 (2022-08-09)
---------------

* Current unstable version
* Install pyyaml only when asked for with extras (conda extra)
* Add support for piptools requirements.in
* Use ConfigParser directly
* Removed a regex used in the index server validation, fixing a possible ReDos security issue

0.5.1 (2020-04-26)
------------------
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.2a'
__version__ = '0.5.2'

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 @@ -18,7 +18,7 @@

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

0 comments on commit 13934e1

Please sign in to comment.