diff --git a/CHANGELOG.md b/CHANGELOG.md index 1300cf4..1302025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index 867f680..6cc442c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ EMAIL = 'tony@dubstepdish.com' 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 = []