Skip to content

Commit

Permalink
bump version to 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Nov 22, 2024
1 parent 3b22ce9 commit 871b034
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: 31
patch: 1
minor: 32
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 @@ -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.31.1
:Released: 2024-11-19
:Version: 1.32
:Released: 2024-11-22

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.31.1'
release = '1.32'
# 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.31.1
| Released: 2024-11-19
| Version: 1.32
| Released: 2024-11-22
| 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.31.1
| Released: 2024-11-19
| Version: 1.32
| Released: 2024-11-22

1.32 (2024-11-22)
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.31.1'
__released__ = '2024-11-19'
__version__ = '1.32'
__released__ = '2024-11-22'
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.31.1'
version = '1.32'
description = 'print & logging utilities for communicating with user'
readme = "README.rst"
keywords = ["inform", "logging", "printing"]
Expand Down

0 comments on commit 871b034

Please sign in to comment.