Skip to content

Commit

Permalink
bumping up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Oct 2, 2024
1 parent 1723a1f commit 899bce7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions RELEASE_howto.rst
Original file line number Diff line number Diff line change
@@ -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.



4 changes: 2 additions & 2 deletions conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 899bce7

Please sign in to comment.