Skip to content

Commit 335a09e

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 2.19
1 parent 7d287a7 commit 335a09e

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,8 +1,8 @@
11
major: 2
22
minor: 19
33
patch: 0
4-
revision: 5
5-
type: alpha
4+
revision: 0
5+
type: release
66
files:
77
pyproject.toml:
88
version: version

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ QuantiPhy — Physical Quantities
2121

2222

2323
| Author: Ken Kundert
24-
| Version: 2.19a5
25-
| Released: 2022-12-30
24+
| Version: 2.19
25+
| Released: 2023-01-05
2626
|
2727
2828

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.19a5'
61+
release = '2.19'
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.19a5
14-
| Released: 2022-12-30
13+
| Version: 2.19
14+
| Released: 2023-01-05
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.19a5
9-
| Released: 2022-12-30
8+
| Version: 2.19
9+
| Released: 2023-01-05
1010
1111

1212
2.19 (2023-01-05)

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.19a5"
3+
version = "2.19"
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.19a5'
371-
__released__ = '2022-12-30'
370+
__version__ = '2.19'
371+
__released__ = '2023-01-05'
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)