Skip to content

Commit

Permalink
bump version to 1.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jun 26, 2018
1 parent b88a013 commit 5221a7d
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 = 5
patch = 6
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.5
| Released: 2018-06-21
| Version: 1.12.6
| Released: 2018-06-25
|
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.5'
release = '1.12.6'
# 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.5
| Released: 2018-06-21
| Version: 1.12.6
| Released: 2018-06-25
| 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.5
| Released: 2018-06-21
| Version: 1.12.6
| Released: 2018-06-25
- Added aaa() debug function
- Added exit argument to done()
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.5'
__released__ = '2018-06-21'
__version__ = '1.12.6'
__released__ = '2018-06-25'

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.5',
version='1.12.6',
description='print & logging utilities for communicating with user',
long_description=readme,
author="Ken Kundert",
Expand Down

0 comments on commit 5221a7d

Please sign in to comment.