Skip to content

Commit 57eb86a

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 2.20.2
1 parent fbd57b1 commit 57eb86a

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.bump.cfg.nt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
major: 2
22
minor: 20
3-
patch: 1
3+
patch: 2
44
revision: 0
55
type: release
66
files:

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.1
8-
| Released: 2025-03-06
7+
| Version: 2.20.2
8+
| Released: 2025-03-08
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.1'
61+
release = '2.20.2'
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.1
14-
| Released: 2025-03-06
13+
| Version: 2.20.2
14+
| Released: 2025-03-08
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.1
9-
| Released: 2025-03-06
8+
| Version: 2.20.2
9+
| Released: 2025-03-08
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.1"
3+
version = "2.20.2"
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.1'
379-
__released__ = '2025-03-06'
378+
__version__ = '2.20.2'
379+
__released__ = '2025-03-08'
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)