Skip to content

Commit 6a14afc

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 2.20
1 parent 28e7888 commit 6a14afc

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.bump.cfg.nt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
major: 2
2-
minor: 19
3-
patch: 2
2+
minor: 20
3+
patch: 0
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.19.2
8-
| Released: 2024-02-01
7+
| Version: 2.20
8+
| Released: 2024-04-27
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.19.2'
61+
release = '2.20'
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.19.2
14-
| Released: 2024-02-01
13+
| Version: 2.20
14+
| Released: 2024-04-27
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.19.2
9-
| Released: 2024-02-01
8+
| Version: 2.20
9+
| Released: 2024-04-27
1010
1111

1212
2.20 (2024-04-27)

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.19.2"
3+
version = "2.20"
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
@@ -367,8 +367,8 @@ def add_constant(value, alias=None, unit_systems=None):
367367

368368

369369
# Globals {{{1
370-
__version__ = '2.19.2'
371-
__released__ = '2024-02-01'
370+
__version__ = '2.20'
371+
__released__ = '2024-04-27'
372372

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

0 commit comments

Comments
 (0)