Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Jan 18, 2023
1 parent 17b4423 commit 45c1b6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog
+++++++++


0.7.0 (18-01-2023)
==================

- Use UTF-8 when opening files
- Use ``tomllib`` on Python >= 3.11


0.6.1 (07-07-2022)
==================

Expand Down
2 changes: 1 addition & 1 deletion pyproject_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import packaging.version


__version__ = '0.6.1'
__version__ = '0.7.0'


class ConfigurationError(Exception):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyproject-metadata
version = 0.6.1
version = 0.7.0
description = PEP 621 metadata parsing
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 45c1b6b

Please sign in to comment.