Skip to content

Commit

Permalink
bump version to 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Mar 16, 2020
1 parent 73fcbf8 commit 0b8e52f
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 = 20
patch = 2
patch = 3
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 @@ -15,8 +15,8 @@ Inform - Print & Logging Utilities


:Author: Ken Kundert
:Version: 1.20.2
:Released: 2020-02-05
:Version: 1.20.3
:Released: 2020-03-15

A light-weight package with few dependencies that provides specialized print
functions that are used when communicating with the user. It allows you to
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.20.2'
release = '1.20.3'
# 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.20.2
| Released: 2020-02-05
| Version: 1.20.3
| Released: 2020-03-15
| Please post all bugs and suggestions at
`Inform Issues <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 @@ -2,8 +2,8 @@ Releases
========

**Latest development release**:
| Version: 1.20.2
| Released: 2020-02-05
| Version: 1.20.3
| Released: 2020-03-15
- Allow :class:`inform.ProgressBar` output to be suppressed.
- Allow ``/`` to be overridden in :class:`inform.plural`
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.20.2'
__released__ = '2020-02-05'
__version__ = '1.20.3'
__released__ = '2020-03-15'

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

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

0 comments on commit 0b8e52f

Please sign in to comment.