Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Aug 23, 2023
1 parent 2796a7f commit 9c7740d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## `1.2.0` - 2023-08-23

### Features

- Add support for Pseudo-dojo v0.5 [[2796a7f]](https://github.com/aiidateam/aiida-pseudo/commit/2796a7f012b19a8d2950dc13954ff9e7830c454d)


## `1.1.0` - 2023-06-20

### Features
Expand Down
2 changes: 1 addition & 1 deletion src/aiida_pseudo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""AiiDA plugin that simplifies working with pseudo potentials."""
__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit 9c7740d

Please sign in to comment.