Skip to content

Commit

Permalink
bump version to 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jun 23, 2017
1 parent 762ae1e commit 6df6095
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bump.cfg
@@ -1,6 +1,6 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 3
patch = 6
patch = 7
date = ['quantiphy.py __released__', 'README.rst Released', 'doc/index.rst Released']
version = ['setup.py version', 'quantiphy.py __version__', 'README.rst Version', 'doc/index.rst Version', 'doc/conf.py release']
4 changes: 2 additions & 2 deletions README.rst
@@ -1,8 +1,8 @@
QuantiPhy - Physical Quantities
===============================

| Version: 1.3.6
| Released: 2017-06-22
| Version: 1.3.7
| Released: 2017-06-23
|
.. image:: https://img.shields.io/travis/KenKundert/quantiphy/master.svg
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -48,7 +48,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.3.6'
release = '1.3.7'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
@@ -1,8 +1,8 @@
QuantiPhy: Physical Quantities
==============================

| Version: 1.3.6
| Released: 2017-06-22
| Version: 1.3.7
| Released: 2017-06-23
| Please report all bugs and suggestions to
`quantiphy@nurdletech.com <mailto://quantiphy@nurdletech.com>`_ or
`Github <https://github.com/KenKundert/quantiphy>`_.
Expand Down
4 changes: 2 additions & 2 deletions quantiphy.py
Expand Up @@ -296,8 +296,8 @@ def __init__(self, value, name=None, unit_systems=None):


# Parameters {{{1
__version__ = '1.3.6'
__released__ = '2017-06-22'
__version__ = '1.3.7'
__released__ = '2017-06-23'

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

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

0 comments on commit 6df6095

Please sign in to comment.