Skip to content

Commit

Permalink
bump to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed May 7, 2019
1 parent e882d9b commit 0b2d692
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 0b2d692

Please sign in to comment.