Skip to content

Commit

Permalink
bump version to 2.17.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 22, 2022
1 parent 7f4298d commit 1e1cc45
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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: 17
patch: 1
revision: 0
revision: 1
type: beta
files:
setup.py:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ QuantiPhy — Physical Quantities


| Author: Ken Kundert
| Version: 2.17.1-beta.0
| Version: 2.17.1-beta.1
| Released: 2022-08-22
|
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '2.17.1-beta.0'
release = '2.17.1-beta.1'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
QuantiPhy: Physical Quantities
==============================

| Version: 2.17.1-beta.0
| Version: 2.17.1-beta.1
| Released: 2022-08-22
| Please post all bugs and suggestions at
`Github <https://github.com/KenKundert/quantiphy/issues>`_
Expand Down
2 changes: 1 addition & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Releases

Latest development release
--------------------------
| Version: 2.17.1-beta.0
| Version: 2.17.1-beta.1
| Released: 2022-08-22
- Support parameterized unit conversions (such as molarity).
Expand Down
2 changes: 1 addition & 1 deletion quantiphy.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def add_constant(value, alias=None, unit_systems=None):


# Globals {{{1
__version__ = '2.17.1-beta.0'
__version__ = '2.17.1-beta.1'
__released__ = '2022-08-22'
__all__ = '''
QuantiPhyError
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

0 comments on commit 1e1cc45

Please sign in to comment.