Skip to content

Commit

Permalink
bump version to 1.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 11, 2018
1 parent ccf05ae commit 3542e83
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 = 1
minor = 12
patch = 8
patch = 9
date = [
'inform/__init__.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
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.12.8
| Released: 2018-08-08
| Version: 1.12.9
| Released: 2018-08-10
|
A light-weight package with few dependencies that provides various print-like
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 = '1.12.8'
release = '1.12.9'
# 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
Expand Up @@ -8,8 +8,8 @@
Inform: Print & Logging Utilities
=================================

| Version: 1.12.8
| Released: 2018-08-08
| Version: 1.12.9
| Released: 2018-08-10
| Please post all bugs and suggestions at
`Github <https://github.com/KenKundert/inform/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 @@ -17,8 +17,8 @@ Releases
- tidied up a bit.

**Latest development release**:
| Version: 1.12.8
| Released: 2018-08-08
| Version: 1.12.9
| Released: 2018-08-10
- Added :func:`inform.aaa()` debug function.
- Added exit argument to :func:`inform.done()`.
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.12.8'
__released__ = '2018-08-08'
__version__ = '1.12.9'
__released__ = '2018-08-10'

from .inform import (
# inform utility functions
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.12.8',
version='1.12.9',
description='print & logging utilities for communicating with user',
long_description=readme,
author="Ken Kundert",
Expand Down

0 comments on commit 3542e83

Please sign in to comment.