Skip to content

Commit

Permalink
bump version to 1.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jun 5, 2024
1 parent 068a52f commit 08ebdb0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bump.cfg.nt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
major: 1
minor: 29
patch: 3
patch: 4
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 @@ -4,8 +4,8 @@ Inform — Print & Logging Utilities
|downloads| |build status| |coverage| |rtd status| |pypi version| |anaconda version| |python version|

:Author: Ken Kundert
:Version: 1.29.3
:Released: 2024-06-04
:Version: 1.29.4
:Released: 2024-06-05

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.29.3'
release = '1.29.4'
# 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.29.3
| Released: 2024-06-04
| Version: 1.29.4
| Released: 2024-06-05
| 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.29.3
| Released: 2024-06-04
| Version: 1.29.4
| Released: 2024-06-05
- Added :class:`truth` utility class.
- Added *render_num* argument to :class:`plural`.
Expand Down
4 changes: 2 additions & 2 deletions inform/inform.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
from textwrap import dedent as tw_dedent, fill

# Globals {{{1
__version__ = '1.29.3'
__released__ = '2024-06-04'
__version__ = '1.29.4'
__released__ = '2024-06-05'
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.29.3'
version = '1.29.4'
description = 'print & logging utilities for communicating with user'
readme = "README.rst"
keywords = ["inform", "logging", "printing"]
Expand Down

0 comments on commit 08ebdb0

Please sign in to comment.