Skip to content

Commit

Permalink
bump version to 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jul 7, 2021
1 parent 40df8b7 commit 4ec4035
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 24
patch = 1
minor = 25
patch = 0
date = [
'inform/__init__.py __released__',
'README.rst Released',
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Inform - Print & Logging Utilities


:Author: Ken Kundert
:Version: 1.24.1
:Version: 1.25.0
:Released: 2021-07-07

A light-weight package with few dependencies that provides specialized print
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.24.1'
release = '1.25.0'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Inform: Print & Logging Utilities
=================================

| Version: 1.24.1
| Version: 1.25.0
| Released: 2021-07-07
| Please post all bugs and suggestions at
`Inform Issues <https://github.com/KenKundert/inform/issues>`_
Expand Down
2 changes: 1 addition & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Releases
Latest development release
--------------------------

| Version: 1.24.1
| Version: 1.25.0
| Released: 2021-07-07

Expand Down
2 changes: 1 addition & 1 deletion inform/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.24.1'
__version__ = '1.25.0'
__released__ = '2021-07-07'

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

setup(
name = 'inform',
version = '1.24.1',
version = '1.25.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 4ec4035

Please sign in to comment.