From 899bce7d261edece1754b0091fa56217ac0c43e4 Mon Sep 17 00:00:00 2001 From: dkazanc Date: Wed, 2 Oct 2024 11:20:30 +0100 Subject: [PATCH] bumping up the version --- RELEASE_howto.rst | 16 ++++++++++++++++ conda/environment.yml | 4 ++-- pyproject.toml | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 RELEASE_howto.rst diff --git a/RELEASE_howto.rst b/RELEASE_howto.rst new file mode 100644 index 0000000..8aefd68 --- /dev/null +++ b/RELEASE_howto.rst @@ -0,0 +1,16 @@ +HTTomo-backends release how-to +------------------------------ + +In order to update templates on the documentation page and build the `httomo-backends` PyPi package (with the updated templates) one need to do the following: + +* update version of `httomo-backends`` in the `pyproject.toml` file + +* If one needs to update TomoPy's templates then update the version of `tomopy` in `./docs/source/doc-conda-requirements.yml` + +* The same applies for the PyPi build, update `tomopy` version there if needed. + + +Note that there is usually no need to update `httomolib` and `httomolibgpu` versions anywhere as by default pip installed versions will be the latest. + + + diff --git a/conda/environment.yml b/conda/environment.yml index e1a7e06..eace17d 100644 --- a/conda/environment.yml +++ b/conda/environment.yml @@ -5,6 +5,6 @@ channels: dependencies: - conda-forge::pyyaml - conda-forge::tomopy=1.15 - - httomo::httomolib=2.1 - - httomo::httomolibgpu=2.1 + - httomo::httomolib=2.1.2 + - httomo::httomolibgpu=2.1.2 - httomo::tomobar diff --git a/pyproject.toml b/pyproject.toml index eff2a83..8e8a64e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev_template = "{tag}" [project] name = "httomo-backends" -version = "2.1.1" +version = "2.1.2" description = "Supplementary files for HTTomo backends." readme = "README.rst" license = {text = "BSD-3-Clause"}