Skip to content

Commit

Permalink
bump version to 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Mar 20, 2023
1 parent f720fb7 commit 8860fee
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg.nt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
major: 1
minor: 27
patch: 2
minor: 28
patch: 0
revision: 0
type: release
files:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Inform — Print & Logging Utilities


:Author: Ken Kundert
:Version: 1.27.2
:Released: 2023-03-08
:Version: 1.28
:Released: 2023-03-20

A package that provides specialized print functions that are used when
communicating with the user. It allows you to easily print attractive,
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.27.2'
release = '1.28'
# 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 @@ -10,8 +10,8 @@
Inform: Print & Logging Utilities
=================================

| Version: 1.27.2
| Released: 2023-03-08
| Version: 1.28
| Released: 2023-03-20
| 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 @@ -6,8 +6,8 @@ Releases
Latest development release
--------------------------

| Version: 1.27.2
| Released: 2023-03-08
| Version: 1.28
| Released: 2023-03-20

1.28 (2023-03-20)
Expand Down
4 changes: 2 additions & 2 deletions inform/inform.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
from textwrap import dedent as tw_dedent, fill

# Globals {{{1
__version__ = '1.27.2'
__released__ = '2023-03-08'
__version__ = '1.28'
__released__ = '2023-03-20'
INFORMER = None
NOTIFIER = 'notify-send'
STREAM_POLICIES = {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "inform"
version = '1.27.2'
version = '1.28'
description = 'print & logging utilities for communicating with user'
readme = "README.rst"
keywords = ["inform", "logging", "printing"]
Expand Down

0 comments on commit 8860fee

Please sign in to comment.