Skip to content

Commit 13934e1

Browse files
committed
Release 0.5.2
1 parent 125beef commit 13934e1

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

HISTORY.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
History
33
=======
44

5-
0.5.2a (master)
5+
0.5.2 (2022-08-09)
66
---------------
77

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

1013
0.5.1 (2020-04-26)
1114
------------------

dparse/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
__author__ = """Jannis Gebauer"""
66
__email__ = '[email protected]'
7-
__version__ = '0.5.2a'
7+
__version__ = '0.5.2'
88

99
from .parser import parse # noqa

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='dparse',
21-
version='0.5.2a',
21+
version='0.5.2',
2222
description="A parser for Python dependency files",
2323
long_description=readme + '\n\n' + history,
2424
author="Jannis Gebauer",

0 commit comments

Comments
 (0)