Skip to content

Commit

Permalink
Merge pull request #94 from mulkieran/version-0.8.3
Browse files Browse the repository at this point in the history
New version: 0.8.3
  • Loading branch information
mulkieran authored Apr 28, 2023
2 parents 468c827 + b9a0ec8 commit 319a678
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
dbus-python-client-gen 0.8.3
============================
Recommended development environment: Fedora 38

- Simplifyy setup.cfg:
https://github.com/stratis-storage/dbus-python-client-gen/pull/93

- Make __version__ available directly from package import:
https://github.com/stratis-storage/dbus-python-client-gen/pull/92

- Tidies and Maintenance:
https://github.com/stratis-storage/dbus-python-client-gen/pull/91
https://github.com/stratis-storage/dbus-python-client-gen/pull/90
https://github.com/stratis-storage/dbus-python-client-gen/pull/88


dbus-python-client-gen 0.8.2
============================
Recommended development environment: Fedora 37
Expand Down
2 changes: 1 addition & 1 deletion src/dbus_python_client_gen/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
.. moduleauthor:: mulhern <[email protected]>
"""

__version__ = "0.8.2"
__version__ = "0.8.3"
__version_info__ = tuple(int(x) for x in __version__.split("."))

0 comments on commit 319a678

Please sign in to comment.