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 May 8, 2024
1 parent 0b5e9e2 commit 6735b36
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log

## `v2.3.0` - 2024-05-08

### ✨ New features

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

### 🔧 Maintenance

* Add `update_changelog.py` script [[38f27ff](https://github.com/aiidateam/qe-tools/commit/38f27ff6639a9258f4f574d3f2874cd16faa5f5c)]


## `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 @@ -3,6 +3,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 6735b36

Please sign in to comment.