Skip to content

Commit

Permalink
bump version to 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Feb 18, 2021
1 parent ebe140c commit 1df8426
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 2
minor = 13
patch = 0
patch = 1
date = [
'quantiphy.py __released__',
'README.rst Released',
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ QuantiPhy — Physical Quantities
:target: https://pypi.python.org/pypi/quantiphy/
| Author: Ken Kundert
| Version: 2.13.0
| Released: 2020-10-13
| Version: 2.13.1
| Released: 2021-02-17
|

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.13.0'
release = '2.13.1'
# 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.13.0
| Released: 2020-10-13
| Version: 2.13.1
| Released: 2021-02-17
| 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.13.0
| Released: 2020-10-13
| Version: 2.13.1
| Released: 2021-02-17
2.13 (2020-10-13)
-----------------
Expand Down
4 changes: 2 additions & 2 deletions quantiphy.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,8 @@ def add_constant(value, alias=None, unit_systems=None):


# Globals {{{1
__version__ = '2.13.0'
__released__ = '2020-10-13'
__version__ = '2.13.1'
__released__ = '2021-02-17'
__all__ = '''
QuantiPhyError
ExpectedQuantity
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.13.0',
version = '2.13.1',
description = 'physical quantities (numbers with units)',
long_description = readme,
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit 1df8426

Please sign in to comment.