Skip to content

Commit 9476f53

Browse files
committed
bumped version
1 parent 1b0f46d commit 9476f53

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## [unreleased] - xxxx
3+
## [4.1.0] - 2024-05-07
44

5+
* replaced pysimplesoap with hand-coded SOAP requests and parsing of replies
56
* replaced sphinx with mkdocs
67
* fixed some documentation issues
78
* Added Python 3.12 to test suite

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
python-debianbts (4.1.0) experimental; urgency=medium
2+
3+
* replaced pysimplesoap with hand-coded SOAP requests and parsing of
4+
replies, thanks Peter de Wachter for providing the pull request!
5+
* replaced sphinx with mkdocs
6+
* fixed some documentation issues
7+
* Added Python 3.12 to test suite
8+
9+
-- Bastian Venthur <[email protected]> Tue, 07 May 2024 21:03:36 +0200
10+
111
python-debianbts (4.0.2) unstable; urgency=medium
212

313
* distribute typing information using py.typed (Closes: #1054330)

debianbts/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version module of debianbts."""
22

3-
__version__ = "4.0.2"
3+
__version__ = "4.1.0"

0 commit comments

Comments
 (0)