Skip to content

Commit

Permalink
bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jan 17, 2019
1 parent e567533 commit 17d47f5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 2
minor = 4
patch = 5
minor = 5
patch = 0
date = [
'quantiphy.py __released__',
'README.rst Released',
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ QuantiPhy - Physical Quantities
:target: https://pypi.python.org/pypi/quantiphy/
:Author: Ken Kundert
:Version: 2.4.5
:Version: 2.5.0
:Released: 2019-01-16


Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '2.4.5'
release = '2.5.0'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QuantiPhy: Physical Quantities
==============================

| Version: 2.4.5
| Version: 2.5.0
| Released: 2019-01-16
| Please post all bugs and suggestions at
`Github <https://github.com/KenKundert/quantiphy/issues>`_
Expand Down
2 changes: 1 addition & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ Releases
- added support for binary scale factors and :meth:`quantiphy.Quantity.binary()`.

**Latest development release**:
| Version: 2.4.5
| Version: 2.5.0
| Released: 2019-01-16
2 changes: 1 addition & 1 deletion quantiphy.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ def add_constant(value, alias=None, unit_systems=None):


# Globals {{{1
__version__ = '2.4.5'
__version__ = '2.5.0'
__released__ = '2019-01-16'

# These mappings are only used when reading numbers
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='quantiphy',
version='2.4.5',
version='2.5.0',
description='physical quantities (numbers with units)',
long_description=readme,
author="Ken Kundert",
Expand Down

0 comments on commit 17d47f5

Please sign in to comment.