Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit c720377

Browse files
committed
Release: Bump version
1 parent b7c7b21 commit c720377

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.4.1
4+
5+
Limit output of the `restic` command to avoid congestion of the *stdout*
6+
buffer.
7+
38
## 0.4.0
49

510
Add more verbose output to the CLI, and introduce the `Power` plugin.

bumgr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bumgr"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = [
55
{name = "Jonas Drotleff", email = "jonas.drotleff@3j14.de"},
66
]

0 commit comments

Comments
 (0)