Skip to content

Commit 0b2d692

Browse files
author
Tony Crisci
committed
bump to version 0.1.1
1 parent e882d9b commit 0b2d692

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## Version 0.0.1
412

513
This is the first release of python-dbus-next.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
AUTHOR = 'Tony Crisci'
1515
REQUIRES_PYTHON = '>=3.6.0'
16-
VERSION = '0.0.1'
16+
VERSION = '0.1.1'
1717

1818
# What packages are required for this module to be executed?
1919
REQUIRED = []

0 commit comments

Comments
 (0)