Skip to content

Commit

Permalink
Merge pull request #103 from mulkieran/version-0.8.2
Browse files Browse the repository at this point in the history
New version: 0.8.2
  • Loading branch information
mulkieran authored May 4, 2023
2 parents a0a8043 + dba4144 commit 777c8f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
into-dbus-python 0.8.2
======================
Recommended development environment: Fedora 38
Lowest supported Python interpreter: 3.9

- Fix entry in setup.cfg:
https://github.com/stratis-storage/into-dbus-python/pull/101

- Tidies and Maintenance:
https://github.com/stratis-storage/into-dbus-python/pull/102


into-dbus-python 0.8.1
======================
Recommended development environment: Fedora 38
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.8.1"
__version__ = "0.8.2"
__version_info__ = tuple(int(x) for x in __version__.split("."))

0 comments on commit 777c8f9

Please sign in to comment.