-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tony Crisci
committed
May 7, 2019
1 parent
e882d9b
commit 0b2d692
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# Changelog | ||
|
||
## Version 0.1.1 | ||
|
||
This version adds some major features and breaking changes. | ||
|
||
* Remove the MessageBus convenience constructors (breaking). | ||
* Complete documentation. | ||
* Type annotation for all public methods. | ||
|
||
## Version 0.0.1 | ||
|
||
This is the first release of python-dbus-next. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
EMAIL = '[email protected]' | ||
AUTHOR = 'Tony Crisci' | ||
REQUIRES_PYTHON = '>=3.6.0' | ||
VERSION = '0.0.1' | ||
VERSION = '0.1.1' | ||
|
||
# What packages are required for this module to be executed? | ||
REQUIRED = [] | ||
|