Skip to content

Commit 6d3dde2

Browse files
committed
adding epoch version into pyproject3
1 parent 2b484a7 commit 6d3dde2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
| ![Github Actions](https://github.com/dkazanc/ToMoBAR/actions/workflows/tomobar_conda_upload.yml/badge.svg) | ![conda version](https://anaconda.org/httomo/tomobar/badges/version.svg) ![conda last release](https://anaconda.org/httomo/tomobar/badges/latest_release_date.svg) [![conda platforms](https://anaconda.org/httomo/tomobar/badges/platforms.svg) ![conda dowloads](https://anaconda.org/httomo/tomobar/badges/downloads.svg)](https://anaconda.org/httomo/tomobar/) |
1818

1919
### Updates:
20-
* $\sf\color{red}!$ To better communicate breaking changes, ToMoBAR is moving from calendar versioning to semantic versioning. The initial 1.0 release (for conda versioning 2026.1.0.0) is based on the 2025.12 version.
20+
* $\sf\color{red}!$ To better communicate breaking changes, ToMoBAR is moving from calendar versioning to semantic versioning. The 2026.1.0.0 release is based on the 2025.12 version. We keep the year in order to make the sorting work, so we'd have the following structure: year.major.minor.patch.
2121
* There are $\sf\color{red}BREAKING$ $\sf\color{red}CHANGES$ from ToMoBAR $\sf\color{red}v.2025.08$, see [CHANGELOG](https://github.com/dkazanc/ToMoBAR/blob/master/CHANGELOG.md) for all detailed changes.
2222

2323
## ToMoBAR highlights:

pyproject.toml

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

2121
[project]
2222
name = "tomobar"
23-
version = "1!1.0.1"
23+
version = "2026.1.0.1"
2424
description = "TOmographic MOdel-BAsed Reconstruction (ToMoBAR) software"
2525
readme = "Readme.md"
2626
license = {text = "GPLv3"}

0 commit comments

Comments
 (0)