Skip to content

Commit

Permalink
Merge branch 'develop' into update/aiida-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz authored Aug 16, 2022
2 parents 862ab44 + cb1b59f commit 7e61260
Show file tree
Hide file tree
Showing 6 changed files with 555 additions and 4 deletions.
544 changes: 544 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,10 @@ To learn more about this, see the [`optimade-python-tools`](https://github.com/M

**Q: Why create an individual `config.json` file instead of just mounting an existing `.aiida` directory and using that directly?**
**A:** This, currently, wouldn't work because the `REPOSITORY_URI` needs to point to the right path *inside* the container, not on the host. Furthermore, storing all configurations in the same file can be fragile.

## For maintainers

To release the new version, go to GitHub release API of the repo create a new release and update the release information.
The release action will be triggered by newly created release.
Note, the tag should start with a `v` and be followed by a full semantic version (see [SemVer](https://semver.org)).
For example: `v2.3.12`.
2 changes: 1 addition & 1 deletion aiida_optimade/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.19.0"
__version__ = "0.20.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": "0.19.0",
"version": "0.20.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": "0.19.0",
"version": "0.20.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 @@ -13,7 +13,7 @@
},
"implementation": {
"name": "aiida-optimade",
"version": "0.19.0",
"version": "0.20.0",
"source_url": "https://github.com/aiidateam/aiida-optimade",
"maintainer": {"email": "[email protected]"}
},
Expand Down

0 comments on commit 7e61260

Please sign in to comment.