Skip to content

Commit

Permalink
Release 2021.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Dec 2, 2021
1 parent d6f8d90 commit 33a50c0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
@@ -1,13 +1,29 @@
# Changelog

## [2021.10.21](https://github.com/CasperWA/voila-optimade-client/tree/2021.10.21) (2021-10-20)
## [2021.12.2](https://github.com/CasperWA/voila-optimade-client/tree/2021.12.2) (2021-12-01)

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

**Fixed bugs:**

- Never choose a "group" value in dropdowns [\#357](https://github.com/CasperWA/voila-optimade-client/issues/357)

**Merged pull requests:**

- Update dependencies [\#378](https://github.com/CasperWA/voila-optimade-client/pull/378) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#375](https://github.com/CasperWA/voila-optimade-client/pull/375) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#373](https://github.com/CasperWA/voila-optimade-client/pull/373) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#372](https://github.com/CasperWA/voila-optimade-client/pull/372) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#370](https://github.com/CasperWA/voila-optimade-client/pull/370) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#367](https://github.com/CasperWA/voila-optimade-client/pull/367) ([CasperWA](https://github.com/CasperWA))

## [2021.10.21](https://github.com/CasperWA/voila-optimade-client/tree/2021.10.21) (2021-10-21)

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

**Fixed bugs:**

- Auto-merge dependabot PRs not working [\#365](https://github.com/CasperWA/voila-optimade-client/issues/365)
- Never choose a "group" value in dropdowns [\#357](https://github.com/CasperWA/voila-optimade-client/issues/357)

**Closed issues:**

Expand Down
2 changes: 1 addition & 1 deletion optimade_client/__init__.py
Expand Up @@ -9,7 +9,7 @@
from .summary import OptimadeSummaryWidget


__version__ = "2021.10.21"
__version__ = "2021.12.2"
__all__ = (
"HeaderDescription",
"OptimadeClientFAQ",
Expand Down
2 changes: 1 addition & 1 deletion optimade_client/cli/run.py
Expand Up @@ -12,7 +12,7 @@


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


def main(args: list = None):
Expand Down
2 changes: 1 addition & 1 deletion optimade_client/informational.py
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>2021.10.21</code><br>
<b>Client version</b>: <code>2021.12.2</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
Expand Up @@ -21,7 +21,7 @@

setup(
name="optimade-client",
version="2021.10.21",
version="2021.12.2",
license="MIT License",
author="Casper Welzel Andersen",
author_email="casper+github@welzel.nu",
Expand Down

0 comments on commit 33a50c0

Please sign in to comment.