Skip to content

Commit 79aefa4

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 2.21rc1
1 parent cd0cf6b commit 79aefa4

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.bump.cfg.nt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
major: 2
2-
minor: 20
3-
patch: 2
4-
revision: 0
5-
type: release
2+
minor: 21
3+
patch: 0
4+
revision: 1
5+
type: rc
66
files:
77
pyproject.toml:
88
version: version

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ QuantiPhy — Physical Quantities
44
|downloads| |build status| |coverage| |rtd status| |pypi version| |anaconda version| |python version|
55

66
| Author: Ken Kundert
7-
| Version: 2.20.2
8-
| Released: 2025-03-08
7+
| Version: 2.21rc1
8+
| Released: 2025-12-07
99
|
1010
1111

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# built documents.
5959
#
6060
# The full version, including alpha/beta/rc tags.
61-
release = '2.20.2'
61+
release = '2.21rc1'
6262
# The short X.Y version.
6363
version = '.'.join(release.split('.')[0:2])
6464

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
QuantiPhy: Physical Quantities
1111
==============================
1212

13-
| Version: 2.20.2
14-
| Released: 2025-03-08
13+
| Version: 2.21rc1
14+
| Released: 2025-12-07
1515
| Please post all bugs and suggestions at
1616
`Github <https://github.com/KenKundert/quantiphy/issues>`_
1717
(or contact me directly at

doc/releases.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Releases
55

66
Latest development release
77
--------------------------
8-
| Version: 2.20.2
9-
| Released: 2025-03-08
8+
| Version: 2.21rc1
9+
| Released: 2025-12-07
1010
1111
- Remove % from *tight_units* list.
1212
- Add spacer keyword argument to :meth:`Quantity.render`,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quantiphy"
3-
version = "2.20.2"
3+
version = "2.21rc1"
44
description = "physical quantities (numbers with units)"
55
readme = "README.rst"
66
keywords = [

quantiphy/quantiphy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ def add_constant(value, alias=None, unit_systems=None):
375375

376376

377377
# Globals {{{1
378-
__version__ = '2.20.2'
379-
__released__ = '2025-03-08'
378+
__version__ = '2.21rc1'
379+
__released__ = '2025-12-07'
380380

381381
# These mappings are only used when reading numbers
382382
# The key for these mappings must be a single character

0 commit comments

Comments
 (0)