Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
The AiiDA Team committed Sep 22, 2022
1 parent 6efa1ab commit c8e6bd8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## [v1.0.0](https://github.com/aiidateam/aiida-optimade/tree/v1.0.0) (2022-09-12)
## [v1.0.1](https://github.com/aiidateam/aiida-optimade/tree/v1.0.1) (2022-09-22)

[Full Changelog](https://github.com/aiidateam/aiida-optimade/compare/v1.0.0...v1.0.1)

**Merged pull requests:**

- Update optimade\[mongo\] requirement from ~=0.18.0 to ~=0.19.2 \(\#375\) [\#383](https://github.com/aiidateam/aiida-optimade/pull/383) ([unkcpz](https://github.com/unkcpz))

## [v1.0.0](https://github.com/aiidateam/aiida-optimade/tree/v1.0.0) (2022-09-21)

[Full Changelog](https://github.com/aiidateam/aiida-optimade/compare/v0.20.0...v1.0.0)

Expand Down
2 changes: 1 addition & 1 deletion aiida_optimade/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion aiida_optimade/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"implementation": {
"name": "aiida-optimade",
"version": "1.0.0",
"version": "1.0.1",
"source_url": "https://github.com/aiidateam/aiida-optimade",
"maintainer": {"email": "[email protected]"}
},
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-optimade",
"version": "1.0.0",
"version": "1.0.1",
"url": "https://github.com/aiidateam/aiida-optimade",
"license": "MIT License",
"author": "Casper Welzel Andersen",
Expand Down
2 changes: 1 addition & 1 deletion tests/static/test_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"implementation": {
"name": "aiida-optimade",
"version": "1.0.0",
"version": "1.0.1",
"source_url": "https://github.com/aiidateam/aiida-optimade",
"maintainer": {"email": "[email protected]"}
},
Expand Down

0 comments on commit c8e6bd8

Please sign in to comment.