Skip to content

Commit aa5b964

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 2.12.0
1 parent 4223ebb commit aa5b964

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 = 11
4-
patch = 1
3+
minor = 12
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.11.1
22-
:Released: 2020-07-24
21+
:Version: 2.12.0
22+
:Released: 2020-07-25
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.11.1'
60+
release = '2.12.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
@@ -8,8 +8,8 @@
88
QuantiPhy: Physical Quantities
99
==============================
1010

11-
| Version: 2.11.1
12-
| Released: 2020-07-24
11+
| Version: 2.12.0
12+
| Released: 2020-07-25
1313
| Please post all bugs and suggestions at
1414
`Github <https://github.com/KenKundert/quantiphy/issues>`_
1515
(or contact me directly at

doc/releases.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Releases
22
========
33

44
**Latest development release**:
5-
| Version: 2.11.1
6-
| Released: 2020-07-24
5+
| Version: 2.12.0
6+
| Released: 2020-07-25
77
88
- Allow currency symbols in compound units (ex: $/oz or lbs/$).
99

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.11.1'
677-
__released__ = '2020-07-24'
676+
__version__ = '2.12.0'
677+
__released__ = '2020-07-25'
678678

679679
# These mappings are only used when reading numbers
680680
# The key for these mappings must be a single character

setup.py

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

1616
setup(
1717
name = 'quantiphy',
18-
version = '2.11.1',
18+
version = '2.12.0',
1919
description = 'physical quantities (numbers with units)',
2020
long_description = readme,
2121
long_description_content_type = 'text/x-rst',

0 commit comments

Comments
 (0)