Skip to content

Commit

Permalink
bump version to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Nov 5, 2017
1 parent 8a4050c commit 4bf0d13
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
13 changes: 10 additions & 3 deletions .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 9
patch = 3
date = ['inform/__init__.py __released__', 'README.rst Released']
version = ['setup.py version', 'inform/__init__.py __version__', 'README.rst Version']
patch = 4
date = [
'inform/__init__.py __released__',
'README.rst Released',
]
version = [
'setup.py version',
'inform/__init__.py __version__',
'README.rst Version',
]
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Inform - Print & Logging Utilities
.. image:: https://img.shields.io/pypi/dd/inform.svg
:target: https://pypi.python.org/pypi/inform/
| Version: 1.9.3
| Released: 2017-07-03
| Version: 1.9.4
| Released: 2017-11-05
|
A light-weight package with few dependencies that provides various print-like
Expand Down
4 changes: 2 additions & 2 deletions inform/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = '1.9.3'
__released__ = '2017-07-03'
__version__ = '1.9.4'
__released__ = '2017-11-05'

from .inform import (
# inform utilities
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='inform',
version='1.9.3',
version='1.9.4',
description='print & logging utilities for communicating with user',
long_description=readme,
author="Ken Kundert",
Expand Down

0 comments on commit 4bf0d13

Please sign in to comment.