Skip to content

Commit

Permalink
bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Sep 12, 2018
1 parent 899f522 commit 1d175ed
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 2
minor = 3
patch = 6
minor = 4
patch = 0
date = [
'quantiphy.py __released__',
'README.rst Released',
Expand Down
2 changes: 1 addition & 1 deletion README.rst
@@ -1,7 +1,7 @@
QuantiPhy - Physical Quantities
===============================

| Version: 2.3.6
| Version: 2.4.0
| Released: 2018-09-12
|
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '2.3.6'
release = '2.4.0'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
@@ -1,7 +1,7 @@
QuantiPhy: Physical Quantities
==============================

| Version: 2.3.6
| Version: 2.4.0
| Released: 2018-09-12
| 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
Expand Up @@ -93,5 +93,5 @@ Releases
- Enhance UnitConversion so that it supports nonlinear conversions.

**Latest development release**:
| Version: 2.3.6
| Version: 2.4.0
| Released: 2018-09-12
2 changes: 1 addition & 1 deletion quantiphy.py
Expand Up @@ -508,7 +508,7 @@ def add_constant(value, alias=None, unit_systems=None):


# Globals {{{1
__version__ = '2.3.6'
__version__ = '2.4.0'
__released__ = '2018-09-12'

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

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

0 comments on commit 1d175ed

Please sign in to comment.