Skip to content

Commit eb917b3

Browse files
committed
Release 0.6.3
1 parent 47b82ba commit eb917b3

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History
33
=======
44

5+
0.6.3 (2023-06-26)
6+
------------------
7+
8+
* Use the modern tomli/tomllib to parse TOML files. (thanks @mgorny)
9+
* Drop Python 3.5 from our CI.
10+
511
0.6.2 (2022-09-19)
612
------------------
713

dparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
__author__ = """Jannis Gebauer"""
66
__email__ = 'support@pyup.io'
7-
__version__ = '0.6.2'
7+
__version__ = '0.6.3'
88

99
from .parser import parse # noqa

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='dparse',
21-
version='0.6.2',
21+
version='0.6.3',
2222
description="A parser for Python dependency files",
2323
long_description=readme + '\n\n' + history,
2424
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)