Skip to content

Commit

Permalink
bump version to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Sep 15, 2022
1 parent b2e9aea commit 4d16ac3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg.nt
@@ -1,6 +1,6 @@
major: 1
minor: 26
patch: 5
minor: 27
patch: 0
revision: 0
type: release
files:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -21,7 +21,7 @@ Inform - Print & Logging Utilities


:Author: Ken Kundert
:Version: 1.26.5
:Version: 1.27.0
:Released: 2022-09-15

A package that provides specialized print functions that are used when
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.26.5'
release = '1.27.0'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Expand Up @@ -10,7 +10,7 @@
Inform: Print & Logging Utilities
=================================

| Version: 1.26.5
| Version: 1.27.0
| Released: 2022-09-15
| 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
Expand Up @@ -6,7 +6,7 @@ Releases
Latest development release
--------------------------

| Version: 1.26.5
| Version: 1.27.0
| Released: 2022-09-15

Expand Down
2 changes: 1 addition & 1 deletion inform/inform.py
Expand Up @@ -31,7 +31,7 @@
from textwrap import dedent as tw_dedent, fill

# Globals {{{1
__version__ = '1.26.5'
__version__ = '1.27.0'
__released__ = '2022-09-15'
INFORMER = None
NOTIFIER = 'notify-send'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "inform"
version = '1.26.5'
version = '1.27.0'
description = 'print & logging utilities for communicating with user'
readme = "README.rst"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 4d16ac3

Please sign in to comment.