Skip to content

Commit

Permalink
Merge pull request #65 from mulkieran/master-new-version
Browse files Browse the repository at this point in the history
New version: 0.08
  • Loading branch information
mulkieran authored Dec 8, 2020
2 parents 9fc2961 + 261c707 commit f795857
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
into-dbus-python 0.8 (UNRELEASED)
=================================
into-dbus-python 0.8
====================

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

- Tidies and Maintenance:
https://github.com/stratis-storage/into-dbus-python/pull/64
https://github.com/stratis-storage/into-dbus-python/pull/63
https://github.com/stratis-storage/into-dbus-python/pull/61
https://github.com/stratis-storage/into-dbus-python/pull/60
https://github.com/stratis-storage/into-dbus-python/pull/58
Expand Down
2 changes: 1 addition & 1 deletion src/into_dbus_python/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
.. moduleauthor:: mulhern <[email protected]>
"""

__version__ = "0.07"
__version__ = "0.08"
__version_info__ = tuple(int(x) for x in __version__.split("."))

0 comments on commit f795857

Please sign in to comment.