File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ unreleased ] - xxxx
3
+ ## [ 4.1.0 ] - 2024-05-07
4
4
5
+ * replaced pysimplesoap with hand-coded SOAP requests and parsing of replies
5
6
* replaced sphinx with mkdocs
6
7
* fixed some documentation issues
7
8
* Added Python 3.12 to test suite
Original file line number Diff line number Diff line change
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
+
1
11
python-debianbts (4.0.2) unstable; urgency=medium
2
12
3
13
* distribute typing information using py.typed (Closes: #1054330)
Original file line number Diff line number Diff line change 1
1
"""Version module of debianbts."""
2
2
3
- __version__ = "4.0.2 "
3
+ __version__ = "4.1.0 "
You can’t perform that action at this time.
0 commit comments