Skip to content

Commit

Permalink
Merge pull request #4620 from ramirezfranciscof/release/v1.5.2
Browse files Browse the repository at this point in the history
Release `v1.5.2`
  • Loading branch information
sphuber authored Dec 7, 2020
2 parents 9a6c5ab + ce8886c commit 7b8a400
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## v1.5.1
## v1.5.2

Note: release `v1.5.1` was skipped due to a problem with the uploaded files to PyPI.

### Bug fixes
- `Dict`: accessing an inexistent key now raises a `KeyError` (instead of `AttributeError`) [[#4577]](https://github.com/aiidateam/aiida-core/pull/4577)
Expand Down Expand Up @@ -75,7 +77,7 @@ This version is compatible with all current Python versions that are not end-of-

## v1.4.4

This patch is a backport for 2 of the fixes in `v1.5.1`.
This patch is a backport for 2 of the fixes in `v1.5.2`.

### Bug fixes
- `Dict`: accessing an inexistent key now raises a `KeyError` (instead of an `AttributeError`) [[#4616]](https://github.com/aiidateam/aiida-core/pull/4616)
Expand Down
2 changes: 1 addition & 1 deletion aiida/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'For further information please visit http://www.aiida.net/. All rights reserved.'
)
__license__ = 'MIT license, see LICENSE.txt file.'
__version__ = '1.5.1'
__version__ = '1.5.2'
__authors__ = 'The AiiDA team.'
__paper__ = (
'G. Pizzi, A. Cepellotti, R. Sabatini, N. Marzari, and B. Kozinsky,'
Expand Down
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aiida-core",
"version": "1.5.1",
"version": "1.5.2",
"url": "http://www.aiida.net/",
"license": "MIT License",
"author": "The AiiDA team",
Expand Down

0 comments on commit 7b8a400

Please sign in to comment.