Skip to content

Commit 512d241

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 2.15.0
1 parent 458c95a commit 512d241

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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 = 14
4-
patch = 3
3+
minor = 15
4+
patch = 0
55
date = [
66
'quantiphy.py __released__',
77
'README.rst Released',

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ QuantiPhy — Physical Quantities
2121
:target: https://pypi.python.org/pypi/quantiphy/
2222
2323
| Author: Ken Kundert
24-
| Version: 2.14.3
24+
| Version: 2.15.0
2525
| Released: 2021-08-03
2626
|
2727

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.14.3'
60+
release = '2.15.0'
6161
# The short X.Y version.
6262
version = '.'.join(release.split('.')[0:2])
6363

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
QuantiPhy: Physical Quantities
1111
==============================
1212

13-
| Version: 2.14.3
13+
| Version: 2.15.0
1414
| Released: 2021-08-03
1515
| Please post all bugs and suggestions at
1616
`Github <https://github.com/KenKundert/quantiphy/issues>`_

doc/releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Releases
55

66
Latest development release
77
--------------------------
8-
| Version: 2.14.3
8+
| Version: 2.15.0
99
| Released: 2021-08-03
1010
1111

quantiphy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ def add_constant(value, alias=None, unit_systems=None):
681681

682682

683683
# Globals {{{1
684-
__version__ = '2.14.3'
684+
__version__ = '2.15.0'
685685
__released__ = '2021-08-03'
686686
__all__ = '''
687687
QuantiPhyError

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.14.3',
14+
version = '2.15.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)