Skip to content

Commit f795857

Browse files
authored
Merge pull request #65 from mulkieran/master-new-version
New version: 0.08
2 parents 9fc2961 + 261c707 commit f795857

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGES.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
into-dbus-python 0.8 (UNRELEASED)
2-
=================================
1+
into-dbus-python 0.8
2+
====================
33

44
Recommended Python interpreter: 3.7.9
55
Recommended tox version: 3.13.2
@@ -23,6 +23,8 @@ New dependency version requirement:
2323
https://github.com/stratis-storage/into-dbus-python/pull/53
2424

2525
- Tidies and Maintenance:
26+
https://github.com/stratis-storage/into-dbus-python/pull/64
27+
https://github.com/stratis-storage/into-dbus-python/pull/63
2628
https://github.com/stratis-storage/into-dbus-python/pull/61
2729
https://github.com/stratis-storage/into-dbus-python/pull/60
2830
https://github.com/stratis-storage/into-dbus-python/pull/58

src/into_dbus_python/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
.. moduleauthor:: mulhern <[email protected]>
1818
"""
1919

20-
__version__ = "0.07"
20+
__version__ = "0.08"
2121
__version_info__ = tuple(int(x) for x in __version__.split("."))

0 commit comments

Comments
 (0)