Skip to content

Commit 15e4bc7

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 1.26.0
1 parent 2fff341 commit 15e4bc7

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.bump.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
date_fmt = 'YYYY-MM-DD'
22
major = 1
3-
minor = 25
4-
patch = 1
3+
minor = 26
4+
patch = 0
55
date = [
66
'inform/__init__.py __released__',
77
'README.rst Released',

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Inform - Print & Logging Utilities
2121

2222

2323
:Author: Ken Kundert
24-
:Version: 1.25.1
24+
:Version: 1.26.0
2525
:Released: 2021-09-15
2626

2727
A package that provides specialized print functions that are used when

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# built documents.
5656
#
5757
# The full version, including alpha/beta/rc tags.
58-
release = '1.25.1'
58+
release = '1.26.0'
5959
# The short X.Y version.
6060
version = '.'.join(release.split('.')[0:2])
6161

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Inform: Print & Logging Utilities
1111
=================================
1212

13-
| Version: 1.25.1
13+
| Version: 1.26.0
1414
| Released: 2021-09-15
1515
| Please post all bugs and suggestions at
1616
`Inform Issues <https://github.com/KenKundert/inform/issues>`_

doc/releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Releases
66
Latest development release
77
--------------------------
88

9-
| Version: 1.25.1
9+
| Version: 1.26.0
1010
| Released: 2021-09-15
1111
1212
- Added :func:`dedent`.

inform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.25.1'
1+
__version__ = '1.26.0'
22
__released__ = '2021-09-15'
33

44
from .inform import (

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name = 'inform',
15-
version = '1.25.1',
15+
version = '1.26.0',
1616
description = 'print & logging utilities for communicating with user',
1717
long_description = readme,
1818
long_description_content_type = 'text/x-rst',

0 commit comments

Comments
 (0)