Skip to content

Commit

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

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

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

**Closed issues:**

- Drop python 3.8 support [\#499](https://github.com/aiidateam/aiida-optimade/issues/499)

**Merged pull requests:**

- Update dependencies [\#505](https://github.com/aiidateam/aiida-optimade/pull/505) ([CasperWA](https://github.com/CasperWA))
- Drop py38 [\#500](https://github.com/aiidateam/aiida-optimade/pull/500) ([eimrek](https://github.com/eimrek))

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

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

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.2"
__version__ = "1.2.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.1.2",
"version": "1.2.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.1.2",
"version": "1.2.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.1.2",
"version": "1.2.0",
"source_url": "https://github.com/aiidateam/aiida-optimade",
"maintainer": {"email": "[email protected]"}
},
Expand Down

0 comments on commit 4fa9134

Please sign in to comment.