Skip to content

Commit 7f9d963

Browse files
committed
release info added and version changed
1 parent 899bce7 commit 7f9d963

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

RELEASE_howto.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
HTTomo-backends release how-to
22
------------------------------
33

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:
4+
In order to update the yaml templates on the documentation page and build the `httomo-backends` PyPi package (with the updated templates) one need to do the steps bellow:
55

6-
* update version of `httomo-backends`` in the `pyproject.toml` file
6+
* update version of `httomo-backends`` in the `pyproject.toml` file. Change it respectively to changes in the libraries as well as httomo. For example, if it is a simple update of parameters of the existing methods in libraries change the micro version, if a new method added to libraries change the minor version and if there were significant, possibly backward incompatible, changes in httomo and supporting scripts, then change the major version.
77

88
* If one needs to update TomoPy's templates then update the version of `tomopy` in `./docs/source/doc-conda-requirements.yml`
99

10-
* The same applies for the PyPi build, update `tomopy` version there if needed.
10+
* The same applies for the PyPi build, update the `tomopy` version in `/.github/workflows/httomo_backends_pypi_publish.yml`, if needed.
1111

12+
* Tag the `main` branch and make a release to trigger the PyPi build.
1213

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+
Please note that there might be no need to update `httomolib` and `httomolibgpu` versions as by default the pip installed versions will be the latest.
1415

1516

1617

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.2"
52+
version = "0.0.1"
5353
description = "Supplementary files for HTTomo backends."
5454
readme = "README.rst"
5555
license = {text = "BSD-3-Clause"}

0 commit comments

Comments
 (0)