We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e882d9b commit 0b2d692Copy full SHA for 0b2d692
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Version 0.1.1
4
+
5
+This version adds some major features and breaking changes.
6
7
+* Remove the MessageBus convenience constructors (breaking).
8
+* Complete documentation.
9
+* Type annotation for all public methods.
10
11
## Version 0.0.1
12
13
This is the first release of python-dbus-next.
setup.py
@@ -13,7 +13,7 @@
EMAIL = '[email protected]'
14
AUTHOR = 'Tony Crisci'
15
REQUIRES_PYTHON = '>=3.6.0'
16
-VERSION = '0.0.1'
+VERSION = '0.1.1'
17
18
# What packages are required for this module to be executed?
19
REQUIRED = []
0 commit comments