Skip to content

Commit 83beb51

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 2.13.0
1 parent bedd210 commit 83beb51

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.bump.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
date_fmt = 'YYYY-MM-DD'
22
major = 2
3-
minor = 12
4-
patch = 2
3+
minor = 13
4+
patch = 0
55
date = [
66
'quantiphy.py __released__',
77
'README.rst Released',

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ QuantiPhy — Physical Quantities
1818
:target: https://pypi.python.org/pypi/quantiphy/
1919
2020
:Author: Ken Kundert
21-
:Version: 2.12.2
22-
:Released: 2020-08-14
21+
:Version: 2.13.0
22+
:Released: 2020-10-13
2323

2424

2525
What?

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# built documents.
5858
#
5959
# The full version, including alpha/beta/rc tags.
60-
release = '2.12.2'
60+
release = '2.13.0'
6161
# The short X.Y version.
6262
version = '.'.join(release.split('.')[0:2])
6363

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
QuantiPhy: Physical Quantities
1111
==============================
1212

13-
| Version: 2.12.2
14-
| Released: 2020-08-14
13+
| Version: 2.13.0
14+
| Released: 2020-10-13
1515
| Please post all bugs and suggestions at
1616
`Github <https://github.com/KenKundert/quantiphy/issues>`_
1717
(or contact me directly at

doc/releases.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Releases
55

66
Latest development release
77
--------------------------
8-
| Version: 2.12.2
9-
| Released: 2020-08-14
8+
| Version: 2.13.0
9+
| Released: 2020-10-13
1010
1111
2.13 (2020-10-13)
1212
-----------------

quantiphy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,8 @@ def add_constant(value, alias=None, unit_systems=None):
673673

674674

675675
# Globals {{{1
676-
__version__ = '2.12.2'
677-
__released__ = '2020-08-14'
676+
__version__ = '2.13.0'
677+
__released__ = '2020-10-13'
678678
__all__ = '''
679679
QuantiPhyError
680680
ExpectedQuantity

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name = 'quantiphy',
14-
version = '2.12.2',
14+
version = '2.13.0',
1515
description = 'physical quantities (numbers with units)',
1616
long_description = readme,
1717
long_description_content_type = 'text/x-rst',

0 commit comments

Comments
 (0)