Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
The AiiDA Team committed Oct 11, 2022
1 parent 1d3f174 commit 1789e1b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [Unreleased](https://github.com/aiidateam/aiida-optimade/tree/HEAD)

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

**Implemented enhancements:**

- \[MCLOUD\] Allow for data curation [\#237](https://github.com/aiidateam/aiida-optimade/issues/237)

## [v1.1.0](https://github.com/aiidateam/aiida-optimade/tree/v1.1.0) (2022-10-11)

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

**Merged pull requests:**

- Using reorder importers and yaml fmt pre-commit hook [\#388](https://github.com/aiidateam/aiida-optimade/pull/388) ([unkcpz](https://github.com/unkcpz))
- Update dependencies [\#387](https://github.com/aiidateam/aiida-optimade/pull/387) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#385](https://github.com/aiidateam/aiida-optimade/pull/385) ([CasperWA](https://github.com/CasperWA))
- Data curation with configure parameter `query_group` [\#327](https://github.com/aiidateam/aiida-optimade/pull/327) ([unkcpz](https://github.com/unkcpz))

## [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)
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.1"
__version__ = "1.1.0"
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.1",
"version": "1.1.0",
"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.1",
"version": "1.1.0",
"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 @@ -14,7 +14,7 @@
},
"implementation": {
"name": "aiida-optimade",
"version": "1.0.1",
"version": "1.1.0",
"source_url": "https://github.com/aiidateam/aiida-optimade",
"maintainer": {"email": "[email protected]"}
},
Expand Down

0 comments on commit 1789e1b

Please sign in to comment.