Skip to content

Commit

Permalink
bump version to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Feb 22, 2018
1 parent adc3029 commit f2cd535
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 2
minor = 2
patch = 7
patch = 8
date = [
'quantiphy.py __released__',
'README.rst Released',
Expand Down
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: 2.2.7
| Released: 2018-02-20
| Version: 2.2.8
| Released: 2018-02-21
|
.. 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 @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '2.2.7'
release = '2.2.8'
# 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: 2.2.7
| Released: 2018-02-20
| Version: 2.2.8
| Released: 2018-02-21
| Please post all bugs and suggestions at
`Github <https://github.com/KenKundert/quantiphy/issues>`_
(or contact me directly at
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ Releases
- added no-op conversions (units change but value stays the same: ex. $->USD)

**Latest development release**:
| Version: 2.2.7
| Released: 2018-02-20
| Version: 2.2.8
| Released: 2018-02-21
4 changes: 2 additions & 2 deletions quantiphy.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ def add_constant(value, alias=None, unit_systems=None):
_constants[None][value.name] = value

# Globals {{{1
__version__ = '2.2.7'
__released__ = '2018-02-20'
__version__ = '2.2.8'
__released__ = '2018-02-21'

# These mappings are only used when reading numbers
# The key for these mappings must be a single character
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.2.7',
version='2.2.8',
description='physical quantities (numbers with units)',
long_description=readme,
author="Ken Kundert",
Expand Down

0 comments on commit f2cd535

Please sign in to comment.