Skip to content

Commit

Permalink
bump version to 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Sep 1, 2022
1 parent 0f30163 commit 5e21812
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
Expand Up @@ -2,7 +2,7 @@ major: 2
minor: 18
patch: 0
revision: 0
type: beta
type: release
files:
setup.py:
version: version
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -21,8 +21,8 @@ QuantiPhy — Physical Quantities


| Author: Ken Kundert
| Version: 2.18.0-beta.0
| Released: 2022-08-22
| Version: 2.18.0
| Released: 2022-08-31
|

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -57,7 +57,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '2.18.0-beta.0'
release = '2.18.0'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

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

| Version: 2.18.0-beta.0
| Released: 2022-08-22
| Version: 2.18.0
| Released: 2022-08-31
| 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
Expand Up @@ -5,8 +5,8 @@ Releases

Latest development release
--------------------------
| Version: 2.18.0-beta.0
| Released: 2022-08-22
| Version: 2.18.0
| Released: 2022-08-31

2.18 (2022-08-31)
Expand Down
4 changes: 2 additions & 2 deletions quantiphy.py
Expand Up @@ -363,8 +363,8 @@ def add_constant(value, alias=None, unit_systems=None):


# Globals {{{1
__version__ = '2.18.0-beta.0'
__released__ = '2022-08-22'
__version__ = '2.18.0'
__released__ = '2022-08-31'
__all__ = '''
QuantiPhyError
ExpectedQuantity
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@

setup(
name = 'quantiphy',
version = '2.18.0-beta.0',
version = '2.18.0',
description = 'physical quantities (numbers with units)',
long_description = readme,
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit 5e21812

Please sign in to comment.