Skip to content

Commit f9c75b1

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 2.3.0
1 parent f1c3f2c commit f9c75b1

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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 = 2
4-
patch = 13
3+
minor = 3
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
@@ -1,8 +1,8 @@
11
QuantiPhy - Physical Quantities
22
===============================
33

4-
| Version: 2.2.13
5-
| Released: 2018-03-02
4+
| Version: 2.3.0
5+
| Released: 2018-03-11
66
|
77
88
.. image:: https://img.shields.io/travis/KenKundert/quantiphy/master.svg

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# built documents.
5656
#
5757
# The full version, including alpha/beta/rc tags.
58-
release = '2.2.13'
58+
release = '2.3.0'
5959
# The short X.Y version.
6060
version = '.'.join(release.split('.')[0:2])
6161

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
QuantiPhy: Physical Quantities
22
==============================
33

4-
| Version: 2.2.13
5-
| Released: 2018-03-02
4+
| Version: 2.3.0
5+
| Released: 2018-03-11
66
| Please post all bugs and suggestions at
77
`Github <https://github.com/KenKundert/quantiphy/issues>`_
88
(or contact me directly at

quantiphy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ def add_constant(value, alias=None, unit_systems=None):
430430
_constants[None][value.name] = value
431431

432432
# Globals {{{1
433-
__version__ = '2.2.13'
434-
__released__ = '2018-03-02'
433+
__version__ = '2.3.0'
434+
__released__ = '2018-03-11'
435435

436436
# These mappings are only used when reading numbers
437437
# 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
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='quantiphy',
21-
version='2.2.13',
21+
version='2.3.0',
2222
description='physical quantities (numbers with units)',
2323
long_description=readme,
2424
author="Ken Kundert",

0 commit comments

Comments
 (0)