From 0b2d6925dd77d60d7a9d48c9f8658621cc753a32 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Tue, 7 May 2019 14:23:21 -0400 Subject: [PATCH] bump to version 0.1.1 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 = []