File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11major: 1
2- minor: 33
2+ minor: 34
33patch: 0
44revision: 0
55type: release
Original file line number Diff line number Diff 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
1010A package that provides specialized print functions that are used when
1111communicating with the user. It allows you to easily print attractive,
Original file line number Diff line number Diff line change 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.
6060version = '.' .join (release .split ('.' )[0 :2 ])
6161
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66Latest development release
77--------------------------
88
9- | Version: 1.33
10- | Released: 2024-12-11
9+ | Version: 1.34
10+ | Released: 2025-05-10
1111
12121.34 (2025-05-10)
1313-----------------
Original file line number Diff line number Diff line change 1717from 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 '
2222INFORMER = None
2323NOTIFIER = 'notify-send'
2424STREAM_POLICIES = {
Original file line number Diff line number Diff line change 11[project ]
22name = " inform"
3- version = ' 1.33 '
3+ version = ' 1.34 '
44description = ' print & logging utilities for communicating with user'
55readme = " README.rst"
66keywords = [" inform" , " logging" , " printing" ]
You can’t perform that action at this time.
0 commit comments