Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Jun 26, 2023
1 parent 47b82ba commit eb917b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

0.6.3 (2023-06-26)
------------------

* Use the modern tomli/tomllib to parse TOML files. (thanks @mgorny)
* Drop Python 3.5 from our CI.

0.6.2 (2022-09-19)
------------------

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__ = '[email protected]'
__version__ = '0.6.2'
__version__ = '0.6.3'

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.6.2',
version='0.6.3',
description="A parser for Python dependency files",
long_description=readme + '\n\n' + history,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit eb917b3

Please sign in to comment.