Skip to content

Commit 1d20530

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 1.34
1 parent 5c86f2a commit 1d20530

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.bump.cfg.nt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
major: 1
2-
minor: 33
2+
minor: 34
33
patch: 0
44
revision: 0
55
type: release

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Inform — Print & Logging Utilities
44
|downloads| |build status| |coverage| |rtd status| |pypi version| |anaconda version| |python version|
55

66
:Author: Ken Kundert
7-
:Version: 1.33
8-
:Released: 2024-12-11
7+
:Version: 1.34
8+
:Released: 2025-05-10
99

1010
A package that provides specialized print functions that are used when
1111
communicating with the user. It allows you to easily print attractive,

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.33'
58+
release = '1.34'
5959
# The short X.Y version.
6060
version = '.'.join(release.split('.')[0:2])
6161

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
Inform: Print & Logging Utilities
1111
=================================
1212

13-
| Version: 1.33
14-
| Released: 2024-12-11
13+
| Version: 1.34
14+
| Released: 2025-05-10
1515
| Please post all bugs and suggestions at
1616
`Inform Issues <https://github.com/KenKundert/inform/issues>`_
1717
(or contact me directly at

doc/releases.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Releases
66
Latest development release
77
--------------------------
88

9-
| Version: 1.33
10-
| Released: 2024-12-11
9+
| Version: 1.34
10+
| Released: 2025-05-10
1111
1212
1.34 (2025-05-10)
1313
-----------------

inform/inform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
from textwrap import dedent as tw_dedent, fill
1818

1919
# Globals {{{1
20-
__version__ = '1.33'
21-
__released__ = '2024-12-11'
20+
__version__ = '1.34'
21+
__released__ = '2025-05-10'
2222
INFORMER = None
2323
NOTIFIER = 'notify-send'
2424
STREAM_POLICIES = {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "inform"
3-
version = '1.33'
3+
version = '1.34'
44
description = 'print & logging utilities for communicating with user'
55
readme = "README.rst"
66
keywords = ["inform", "logging", "printing"]

0 commit comments

Comments
 (0)