Skip to content

Commit

Permalink
bump version to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 26, 2020
1 parent 070012e commit 3437ec1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bump.cfg
@@ -1,6 +1,6 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 22
minor = 23
patch = 0
date = [
'inform/__init__.py __released__',
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -15,8 +15,8 @@ Inform - Print & Logging Utilities


:Author: Ken Kundert
:Version: 1.22.0
:Released: 2020-08-24
:Version: 1.23.0
:Released: 2020-08-26

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
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.22.0'
release = '1.23.0'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Expand Up @@ -8,8 +8,8 @@
Inform: Print & Logging Utilities
=================================

| Version: 1.22.0
| Released: 2020-08-24
| Version: 1.23.0
| Released: 2020-08-26
| 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
Expand Up @@ -2,8 +2,8 @@ Releases
========

**Latest development release**:
| Version: 1.22.0
| Released: 2020-08-24
| Version: 1.23.0
| Released: 2020-08-26
**1.23 (2020-08-26)**:
- Strip out empty culprits and codicils.
Expand Down
4 changes: 2 additions & 2 deletions inform/__init__.py
@@ -1,5 +1,5 @@
__version__ = '1.22.0'
__released__ = '2020-08-24'
__version__ = '1.23.0'
__released__ = '2020-08-26'

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

setup(
name = 'inform',
version = '1.22.0',
version = '1.23.0',
description = 'print & logging utilities for communicating with user',
long_description = readme,
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit 3437ec1

Please sign in to comment.