Skip to content

Commit 81dd18e

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 2.17.0
1 parent 82c68fd commit 81dd18e

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 = 16
4-
patch = 1
3+
minor = 17
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
@@ -21,8 +21,8 @@ QuantiPhy — Physical Quantities
2121

2222

2323
| Author: Ken Kundert
24-
| Version: 2.16.1
25-
| Released: 2021-12-23
24+
| Version: 2.17.0
25+
| Released: 2022-01-04
2626
|
2727
2828

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.16.1'
60+
release = '2.17.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.16.1
14-
| Released: 2021-12-23
13+
| Version: 2.17.0
14+
| Released: 2022-01-04
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.16.1
9-
| Released: 2021-12-23
8+
| Version: 2.17.0
9+
| Released: 2022-01-04
1010
1111

1212
2.17 (2022-04-04)

quantiphy.py

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

362362

363363
# Globals {{{1
364-
__version__ = '2.16.1'
365-
__released__ = '2021-12-23'
364+
__version__ = '2.17.0'
365+
__released__ = '2022-01-04'
366366
__all__ = '''
367367
QuantiPhyError
368368
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.16.1',
14+
version = '2.17.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)