Skip to content

Commit

Permalink
bump version to 2.19a5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Dec 31, 2022
1 parent 6ddad85 commit 6c0509d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bump.cfg.nt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
major: 2
minor: 19
patch: 0
revision: 4
revision: 5
type: alpha
files:
pyproject.toml:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ QuantiPhy — Physical Quantities


| Author: Ken Kundert
| Version: 2.19a4
| Released: 2022-12-27
| Version: 2.19a5
| Released: 2022-12-30
|

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '2.19a4'
release = '2.19a5'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
QuantiPhy: Physical Quantities
==============================

| Version: 2.19a4
| Released: 2022-12-27
| Version: 2.19a5
| Released: 2022-12-30
| Please post all bugs and suggestions at
`Github <https://github.com/KenKundert/quantiphy/issues>`_
(or contact me directly at
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Releases

Latest development release
--------------------------
| Version: 2.19a4
| Released: 2022-12-27
| Version: 2.19a5
| Released: 2022-12-30

2.19 (2023-01-??)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "quantiphy"
version = "2.19a4"
version = "2.19a5"
description = "physical quantities (numbers with units)"
readme = "README.rst"
keywords = [
Expand Down
4 changes: 2 additions & 2 deletions quantiphy/quantiphy.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ def add_constant(value, alias=None, unit_systems=None):


# Globals {{{1
__version__ = '2.19a4'
__released__ = '2022-12-27'
__version__ = '2.19a5'
__released__ = '2022-12-30'

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

0 comments on commit 6c0509d

Please sign in to comment.