Skip to content

Commit

Permalink
bump version to 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jun 27, 2017
1 parent db54851 commit c179ae0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 3
patch = 9
patch = 10
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
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
QuantiPhy - Physical Quantities
===============================

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

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

| Version: 1.3.9
| Released: 2017-06-25
| Version: 1.3.10
| Released: 2017-06-26
| 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
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ def add_constant(value, alias=None, unit_systems=None):
_constants[None][value.name] = value

# Globals {{{1
__version__ = '1.3.9'
__released__ = '2017-06-25'
__version__ = '1.3.10'
__released__ = '2017-06-26'

# These mappings are only used when reading numbers
MAPPINGS = {
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='1.3.9',
version='1.3.10',
description='physical quantities (numbers with units)',
long_description=readme,
author="Ken Kundert",
Expand Down

0 comments on commit c179ae0

Please sign in to comment.