From 3695cf22576d9dbdcfcc684a468af155873f8e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 12:04:31 +0000 Subject: [PATCH 1/2] build(deps): bump sphinx-rtd-theme from 1.0.0 to 1.2.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.0.0...1.2.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index df2aeb5..db21376 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,5 +3,5 @@ sphinx-autobuild==2021.3.14 sphinx-autodoc-typehints==1.19.2 sphinx-autorun==1.1.1 sphinx-click==4.3.0 -sphinx-rtd-theme==1.0.0 +sphinx-rtd-theme==1.2.0 sphinxcontrib-napoleon==0.7 From c8d638906b3309811be67509f30a9a22828238fe Mon Sep 17 00:00:00 2001 From: dvp Date: Mon, 3 Apr 2023 09:27:21 +0300 Subject: [PATCH 2/2] bump: version xpypact 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2238eef..f6debaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xpypact" -version = "0.2.0" +version = "0.2.1" description = "\"Python tools to work with elements and isotopes\"" authors = ["dvp "] license = "MIT"