Skip to content

Commit

Permalink
Release 2022.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Sep 19, 2022
1 parent 3527566 commit f166111
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog

## [2022.6.23](https://github.com/CasperWA/voila-optimade-client/tree/2022.6.23) (2022-06-15)
## [2022.9.19](https://github.com/CasperWA/voila-optimade-client/tree/2022.9.19) (2022-09-19)

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

**Merged pull requests:**

- Don't use v1.2.1 from `ipywidgets-extended` [\#458](https://github.com/CasperWA/voila-optimade-client/pull/458) ([CasperWA](https://github.com/CasperWA))
- Populate raw filter string from basic filter [\#457](https://github.com/CasperWA/voila-optimade-client/pull/457) ([eimrek](https://github.com/eimrek))
- Update dependencies [\#455](https://github.com/CasperWA/voila-optimade-client/pull/455) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#452](https://github.com/CasperWA/voila-optimade-client/pull/452) ([CasperWA](https://github.com/CasperWA))
- Update dependencies [\#450](https://github.com/CasperWA/voila-optimade-client/pull/450) ([CasperWA](https://github.com/CasperWA))
- Move default database providers defaults setup parameters to one file [\#449](https://github.com/CasperWA/voila-optimade-client/pull/449) ([unkcpz](https://github.com/unkcpz))
- Logger clean and handler explicitly import [\#447](https://github.com/CasperWA/voila-optimade-client/pull/447) ([unkcpz](https://github.com/unkcpz))
- SortSelector widget use nsites as default field to sort [\#445](https://github.com/CasperWA/voila-optimade-client/pull/445) ([unkcpz](https://github.com/unkcpz))
- Update dependencies [\#444](https://github.com/CasperWA/voila-optimade-client/pull/444) ([CasperWA](https://github.com/CasperWA))

## [2022.6.23](https://github.com/CasperWA/voila-optimade-client/tree/2022.6.23) (2022-06-23)

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

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.6.23"
__version__ = "2022.9.19"
__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.6.23" # Avoid importing optimade-client package
VERSION = "2022.9.19" # 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.6.23</code><br>
<b>Client version</b>: <code>2022.9.19</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.6.23",
version="2022.9.19",
license="MIT License",
author="Casper Welzel Andersen",
author_email="casper+github@welzel.nu",
Expand Down

0 comments on commit f166111

Please sign in to comment.