Skip to content

Commit

Permalink
πŸš€ Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbercx committed Nov 21, 2024
1 parent 5d7f7f1 commit 3318b85
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## `v2.3.0` - 2024-11-21

### ✨ New features

* ✨ Add conversion constants for a.u. to GPa [[cf00438](https://github.com/aiidateam/qe-tools/commit/cf0043865a7d3d64a9edb8aa11ac2e70c6c423ef)]

### πŸ‘Œ Improvements

* πŸ‘Œ `CHANGELOG.md`: remove superfluous title [[11f7a92](https://github.com/aiidateam/qe-tools/commit/11f7a9227ec5d4873375147a43fb107ad095a5e2)]

### πŸ”§ Maintenance

* πŸ”§ Add `update_changelog.py` script [[5d7f7f1](https://github.com/aiidateam/qe-tools/commit/5d7f7f11754434cba2565e9bb3c1dc0622822498)]
* πŸ”§ Devops: Switch to `ruff` for linting/formatting [[f447512](https://github.com/aiidateam/qe-tools/commit/f4475124ac61684d090a3d7b70c8520cc376dff2)]


## `v2.2.0` - 2024-02-02

### Features
Expand Down
2 changes: 1 addition & 1 deletion src/qe_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
from ._constants import DEFAULT as CONSTANTS # isort:skip
from . import converters, exceptions, parsers, extractors # isort:skip

__version__ = '2.2.0'
__version__ = '2.3.0'

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

0 comments on commit 3318b85

Please sign in to comment.