Skip to content

Commit 899bce7

Browse files
committed
bumping up the version
1 parent 1723a1f commit 899bce7

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

RELEASE_howto.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
HTTomo-backends release how-to
2+
------------------------------
3+
4+
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:
5+
6+
* update version of `httomo-backends`` in the `pyproject.toml` file
7+
8+
* If one needs to update TomoPy's templates then update the version of `tomopy` in `./docs/source/doc-conda-requirements.yml`
9+
10+
* The same applies for the PyPi build, update `tomopy` version there if needed.
11+
12+
13+
Note that there is usually no need to update `httomolib` and `httomolibgpu` versions anywhere as by default pip installed versions will be the latest.
14+
15+
16+

conda/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ channels:
55
dependencies:
66
- conda-forge::pyyaml
77
- conda-forge::tomopy=1.15
8-
- httomo::httomolib=2.1
9-
- httomo::httomolibgpu=2.1
8+
- httomo::httomolib=2.1.2
9+
- httomo::httomolibgpu=2.1.2
1010
- httomo::tomobar

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dev_template = "{tag}"
4949

5050
[project]
5151
name = "httomo-backends"
52-
version = "2.1.1"
52+
version = "2.1.2"
5353
description = "Supplementary files for HTTomo backends."
5454
readme = "README.rst"
5555
license = {text = "BSD-3-Clause"}

0 commit comments

Comments
 (0)