Skip to content

Commit 37e7e43

Browse files
committed
switch versioning scheme
1 parent 3652437 commit 37e7e43

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license: Apache-2.0
1515

1616
repository-code: https://github.com/FZJ-INM1-BDA/siibra-python
1717

18-
version: v1.0a27
18+
version: v1.0.0-alpha.0
1919

2020
date-released: 2024-12-19
2121

README.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
siibra - Software interface for interacting with brain atlases
55
==============================================================
66

7-
Copyright 2020-2023, Forschungszentrum Jülich GmbH
7+
Copyright 2020-2024, Forschungszentrum Jülich GmbH
88

99
*Authors: Big Data Analytics Group, Institute of Neuroscience and
1010
Medicine (INM-1), Forschungszentrum Jülich GmbH*
@@ -115,3 +115,16 @@ https://doi.org/10.5281/zenodo.7885728`.
115115
:target: https://siibra-python.readthedocs.io/en/latest/?badge=latest
116116
.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7885728.svg
117117
:target: https://doi.org/10.5281/zenodo.7885728
118+
119+
120+
Versioning
121+
==========
122+
Given a version number MAJOR.MINOR.PATCH, increments imply:
123+
- MAJOR: incompatible API changes
124+
- MINOR: a functionality in a backward compatible manner is added
125+
- PATCH: backward compatible bug fixes and new configuration added such as new maps or features
126+
127+
Pre-release
128+
-----------
129+
For x.y.z, a full release,
130+
- `x.y.z-alpha.t` is the development prerelease. By changing `t`, different siibra-configurations are targeted.

siibra/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0a27
1+
1.0.0-alpha.0

0 commit comments

Comments
 (0)