Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
The AiiDA Team committed Nov 6, 2023
1 parent 04c7d2d commit 7f7fc2f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Changelog

## [Unreleased](https://github.com/aiidateam/aiida-optimade/tree/HEAD)
## [v1.1.2](https://github.com/aiidateam/aiida-optimade/tree/v1.1.2) (2023-10-25)

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

**Closed issues:**
**Merged pull requests:**

- `available_api_versions` broken url [\#381](https://github.com/aiidateam/aiida-optimade/issues/381)
- Update dependencies [\#498](https://github.com/aiidateam/aiida-optimade/pull/498) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#495](https://github.com/aiidateam/aiida-optimade/pull/495) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#493](https://github.com/aiidateam/aiida-optimade/pull/493) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#491](https://github.com/aiidateam/aiida-optimade/pull/491) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#488](https://github.com/aiidateam/aiida-optimade/pull/488) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#487](https://github.com/aiidateam/aiida-optimade/pull/487) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#475](https://github.com/aiidateam/aiida-optimade/pull/475) ([CasperWA](https://github.com/CasperWA))

## [v1.1.1](https://github.com/aiidateam/aiida-optimade/tree/v1.1.1) (2023-06-09)

Expand All @@ -20,6 +26,10 @@
- Dependabot configuration file should only use strings [\#418](https://github.com/aiidateam/aiida-optimade/issues/418)
- Changed `optimade` extra dependency [\#416](https://github.com/aiidateam/aiida-optimade/issues/416)

**Closed issues:**

- `available_api_versions` broken url [\#381](https://github.com/aiidateam/aiida-optimade/issues/381)

**Merged pull requests:**

- add root\_path to available\_api\_versions urls [\#471](https://github.com/aiidateam/aiida-optimade/pull/471) ([eimrek](https://github.com/eimrek))
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.1.1"
__version__ = "1.1.2"
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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"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.1.1",
"version": "1.1.2",
"source_url": "https://github.com/aiidateam/aiida-optimade",
"maintainer": {"email": "[email protected]"}
},
Expand Down

0 comments on commit 7f7fc2f

Please sign in to comment.