Skip to content

Commit

Permalink
Release 2022.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Apr 20, 2022
1 parent efdea29 commit 26fc43c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2022.4.20](https://github.com/CasperWA/voila-optimade-client/tree/2022.4.20) (2022-04-20)

[Full Changelog](https://github.com/CasperWA/voila-optimade-client/compare/2022.3.30...2022.4.20)

**Merged pull requests:**

- Update dependencies [\#418](https://github.com/CasperWA/voila-optimade-client/pull/418) ([CasperWA](https://github.com/CasperWA))

## [2022.3.30](https://github.com/CasperWA/voila-optimade-client/tree/2022.3.30) (2022-03-30)

[Full Changelog](https://github.com/CasperWA/voila-optimade-client/compare/2021.12.2...2022.3.30)
Expand Down
2 changes: 1 addition & 1 deletion optimade_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .summary import OptimadeSummaryWidget


__version__ = "2022.3.30"
__version__ = "2022.4.20"
__all__ = (
"HeaderDescription",
"OptimadeClientFAQ",
Expand Down
2 changes: 1 addition & 1 deletion optimade_client/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


LOGGING_LEVELS = [logging.getLevelName(level).lower() for level in range(0, 51, 10)]
VERSION = "2022.3.30" # Avoid importing optimade-client package
VERSION = "2022.4.20" # Avoid importing optimade-client package


def main(args: list = None):
Expand Down
2 changes: 1 addition & 1 deletion optimade_client/informational.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class HeaderDescription(ipw.VBox):

HEADER = f"""<p style="font-size:14px;">
<b>Currently valid OPTIMADE API version</b>: <code>v{__optimade_version__[0]}</code><br>
<b>Client version</b>: <code>2022.3.30</code><br>
<b>Client version</b>: <code>2022.4.20</code><br>
<b>Source code</b>: <a href="{SOURCE_URL}" target="_blank">GitHub</a>
</p>
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="optimade-client",
version="2022.3.30",
version="2022.4.20",
license="MIT License",
author="Casper Welzel Andersen",
author_email="[email protected]",
Expand Down

0 comments on commit 26fc43c

Please sign in to comment.