diff --git a/.bump.cfg.nt b/.bump.cfg.nt index 0e60403..4333294 100644 --- a/.bump.cfg.nt +++ b/.bump.cfg.nt @@ -1,6 +1,6 @@ major: 2 minor: 19 -patch: 1 +patch: 2 revision: 0 type: release files: diff --git a/README.rst b/README.rst index d3d0589..d1db22a 100644 --- a/README.rst +++ b/README.rst @@ -25,8 +25,8 @@ QuantiPhy — Physical Quantities | Author: Ken Kundert -| Version: 2.19.1 -| Released: 2023-05-14 +| Version: 2.19.2 +| Released: 2024-02-01 | diff --git a/doc/conf.py b/doc/conf.py index c0468f0..6c34470 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '2.19.1' +release = '2.19.2' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/doc/index.rst b/doc/index.rst index 2d4b835..a1f4d46 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -10,8 +10,8 @@ QuantiPhy: Physical Quantities ============================== -| Version: 2.19.1 -| Released: 2023-05-14 +| Version: 2.19.2 +| Released: 2024-02-01 | Please post all bugs and suggestions at `Github `_ (or contact me directly at diff --git a/doc/releases.rst b/doc/releases.rst index f4091b0..7fa5169 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -5,8 +5,8 @@ Releases Latest development release -------------------------- -| Version: 2.19.1 -| Released: 2023-05-14 +| Version: 2.19.2 +| Released: 2024-02-01 2.19 (2023-01-05) diff --git a/pyproject.toml b/pyproject.toml index ae37377..08269f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "quantiphy" -version = "2.19.1" +version = "2.19.2" description = "physical quantities (numbers with units)" readme = "README.rst" keywords = [ diff --git a/quantiphy/quantiphy.py b/quantiphy/quantiphy.py index 68ce8f5..46d7ced 100644 --- a/quantiphy/quantiphy.py +++ b/quantiphy/quantiphy.py @@ -367,8 +367,8 @@ def add_constant(value, alias=None, unit_systems=None): # Globals {{{1 -__version__ = '2.19.1' -__released__ = '2023-05-14' +__version__ = '2.19.2' +__released__ = '2024-02-01' # These mappings are only used when reading numbers # The key for these mappings must be a single character