Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Sep 26, 2023
1 parent 7a42f10 commit ee3f7d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change log

## `v2.1.0` - 2023-09-27

### Fixes
- Allow for empty strings in `str2val` [[379c8c0]](https://github.com/aiidateam/qe-tools/commit/379c8c0047f21e04e54c206a6279e467a3403dd5)

### Dependencies
- Add support for Python 3.10 and 3.11 [[5f1f458]](https://github.com/aiidateam/qe-tools/commit/5f1f458230e7c6db4bae5df254c67a7c0a606914)
- Drop support for Python 3.6 and 3.7 [[09d9e7a]](https://github.com/aiidateam/qe-tools/commit/09d9e7a71d8294b5191110118b58a6f6129ac8eb)
- Dependencies: Update `pylint~=2.16.0` [[7a42f10]](https://github.com/aiidateam/qe-tools/commit/7a42f10b58b602f85522266cf49f699106323ed5)

### Devops
- Update the `setup-python` action for CI and CD [[e77d6dd]](https://github.com/aiidateam/qe-tools/commit/e77d6ddeb6d0f435f6abe3128a62f75c796c9433)
- Update `isort==5.12.0` requirement [[3accb27]](https://github.com/aiidateam/qe-tools/commit/3accb27f7435485b030a9978a7cd2c358e5268bc)
2 changes: 1 addition & 1 deletion src/qe_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from ._constants import DEFAULT as CONSTANTS # isort:skip
from . import converters, exceptions, parsers # isort:skip

__version__ = '2.0.0'
__version__ = '2.1.0'

__all__ = ('CONSTANTS', 'parsers', 'converters', 'exceptions')

0 comments on commit ee3f7d7

Please sign in to comment.