Skip to content

Commit

Permalink
Fix CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Dec 9, 2021
1 parent 743836c commit 8bafcc5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Version 0.5
===========

- ``setuptools`` plugin:
- Added automatic "update" for deprecated ``tests-require`` key.
This value associated with this option is now automatically transformed
into a ``testing`` extras group in the ``optional-dependencies``.
- Added automatic "expansion" of environment markers inside the extra key in
optional-dependencies. According to :pep:`621#dependencies-optional-dependencies`
(that points to the core metadata spec), the ``optional-dependencies`` keys
must be valid Python identifiers (but ``setuptools`` historically seem to
accept markers embedded with ``:`` after the extra name).
- Added automatic "update" for deprecated ``tests-require`` key.
This value associated with this option is now automatically transformed
into a ``testing`` extras group in the ``optional-dependencies``.
- Added automatic "expansion" of environment markers inside the extra key in
optional-dependencies. According to :pep:`PEP 621 <621#dependencies-optional-dependencies>`
(that points to the core metadata spec), the ``optional-dependencies`` keys
must be valid Python identifiers (but ``setuptools`` historically seem to
accept markers embedded with ``:`` after the extra name).
- Bumped the version of the ``atoml`` dependency to 1.1.1.

Version 0.4
Expand Down

0 comments on commit 8bafcc5

Please sign in to comment.