Skip to content

Commit c8819d6

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 2.14.0
1 parent e51a501 commit c8819d6

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 = 13
4-
patch = 1
3+
minor = 14
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.13.1
22-
| Released: 2021-02-17
21+
| Version: 2.14.0
22+
| Released: 2021-06-18
2323
|
2424
2525

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.13.1'
60+
release = '2.14.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.13.1
14-
| Released: 2021-02-17
13+
| Version: 2.14.0
14+
| Released: 2021-06-18
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.13.1
9-
| Released: 2021-02-17
8+
| Version: 2.14.0
9+
| Released: 2021-06-18
1010
1111

1212
2.14 (2021-06-18)

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.13.1'
677-
__released__ = '2021-02-17'
676+
__version__ = '2.14.0'
677+
__released__ = '2021-06-18'
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.13.1',
14+
version = '2.14.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)