diff --git a/.bump.cfg b/.bump.cfg index b28a66f..7c0d05c 100644 --- a/.bump.cfg +++ b/.bump.cfg @@ -1,7 +1,7 @@ date_fmt = 'YYYY-MM-DD' major = 2 -minor = 16 -patch = 1 +minor = 17 +patch = 0 date = [ 'quantiphy.py __released__', 'README.rst Released', diff --git a/README.rst b/README.rst index 59ff5ff..523b12c 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,8 @@ QuantiPhy — Physical Quantities | Author: Ken Kundert -| Version: 2.16.1 -| Released: 2021-12-23 +| Version: 2.17.0 +| Released: 2022-01-04 | diff --git a/doc/conf.py b/doc/conf.py index 0a550d8..3cbdbea 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -57,7 +57,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '2.16.1' +release = '2.17.0' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/doc/index.rst b/doc/index.rst index 7368a32..9d8f354 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -10,8 +10,8 @@ QuantiPhy: Physical Quantities ============================== -| Version: 2.16.1 -| Released: 2021-12-23 +| Version: 2.17.0 +| Released: 2022-01-04 | Please post all bugs and suggestions at `Github `_ (or contact me directly at diff --git a/doc/releases.rst b/doc/releases.rst index e5d606e..52f540c 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -5,8 +5,8 @@ Releases Latest development release -------------------------- -| Version: 2.16.1 -| Released: 2021-12-23 +| Version: 2.17.0 +| Released: 2022-01-04 2.17 (2022-04-04) diff --git a/quantiphy.py b/quantiphy.py index 10f7532..9c9801a 100644 --- a/quantiphy.py +++ b/quantiphy.py @@ -361,8 +361,8 @@ def add_constant(value, alias=None, unit_systems=None): # Globals {{{1 -__version__ = '2.16.1' -__released__ = '2021-12-23' +__version__ = '2.17.0' +__released__ = '2022-01-04' __all__ = ''' QuantiPhyError ExpectedQuantity diff --git a/setup.py b/setup.py index 83f82e6..0c3c37d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = 'quantiphy', - version = '2.16.1', + version = '2.17.0', description = 'physical quantities (numbers with units)', long_description = readme, long_description_content_type = 'text/x-rst',