Skip to content

Commit 2b75ff9

Browse files
Ken KundertKen Kundert
authored andcommitted
bump version to 1.35b1
1 parent c77f5d8 commit 2b75ff9

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.bump.cfg.nt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
major: 1
2-
minor: 34
2+
minor: 35
33
patch: 0
4-
revision: 0
5-
type: release
4+
revision: 1
5+
type: beta
66
files:
77
pyproject.toml:
88
version: version

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.34
8-
:Released: 2025-05-10
7+
:Version: 1.35b1
8+
:Released: 2025-07-19
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.34'
58+
release = '1.35b1'
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.34
14-
| Released: 2025-05-10
13+
| Version: 1.35b1
14+
| Released: 2025-07-19
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.34
10-
| Released: 2025-05-10
9+
| Version: 1.35b1
10+
| Released: 2025-07-19
1111
1212
- Added :class:`bar`.
1313
- The width of the *prefix* is now included in the width of the :class:`ProgressBar`.

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.34'
21-
__released__ = '2025-05-10'
20+
__version__ = '1.35b1'
21+
__released__ = '2025-07-19'
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.34'
3+
version = '1.35b1'
44
description = 'print & logging utilities for communicating with user'
55
readme = "README.rst"
66
keywords = ["inform", "logging", "printing"]

0 commit comments

Comments
 (0)