Skip to content

Commit

Permalink
Merge pull request #89 from mulkieran/version-0.5.1
Browse files Browse the repository at this point in the history
New version: 0.5.1
  • Loading branch information
mulkieran authored May 1, 2023
2 parents c79b8a5 + 5bdc906 commit ba4c188
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
into-dbus-python 0.5.1
======================
Recommended development environment: Fedora 38

- Make __version__ available at top level:
https://github.com/stratis-storage/into-dbus-python/pull/87

- Tidies and Maintenance:
https://github.com/stratis-storage/into-dbus-python/pull/86
https://github.com/stratis-storage/into-dbus-python/pull/85
https://github.com/stratis-storage/into-dbus-python/pull/84
https://github.com/stratis-storage/into-dbus-python/pull/83
https://github.com/stratis-storage/into-dbus-python/pull/81
https://github.com/stratis-storage/into-dbus-python/pull/80
https://github.com/stratis-storage/into-dbus-python/pull/79
https://github.com/stratis-storage/into-dbus-python/pull/78
https://github.com/stratis-storage/into-dbus-python/pull/77
https://github.com/stratis-storage/into-dbus-python/pull/76
https://github.com/stratis-storage/into-dbus-python/pull/75
https://github.com/stratis-storage/into-dbus-python/pull/74
https://github.com/stratis-storage/into-dbus-python/pull/73
https://github.com/stratis-storage/into-dbus-python/pull/72
https://github.com/stratis-storage/into-dbus-python/pull/71
https://github.com/stratis-storage/into-dbus-python/pull/70
https://github.com/stratis-storage/into-dbus-python/pull/69
https://github.com/stratis-storage/into-dbus-python/pull/68
https://github.com/stratis-storage/into-dbus-python/pull/67
https://github.com/stratis-storage/into-dbus-python/pull/66
https://github.com/stratis-storage/into-dbus-python/pull/65
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/62
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/59
https://github.com/stratis-storage/into-dbus-python/pull/58
https://github.com/stratis-storage/into-dbus-python/pull/57
https://github.com/stratis-storage/into-dbus-python/pull/56
https://github.com/stratis-storage/into-dbus-python/pull/55
https://github.com/stratis-storage/into-dbus-python/pull/54
https://github.com/stratis-storage/into-dbus-python/pull/53
https://github.com/stratis-storage/into-dbus-python/pull/52


into-dbus-python 0.5
====================

Expand Down
2 changes: 1 addition & 1 deletion src/dbus_client_gen/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
Version information.
"""

__version__ = "0.5"
__version__ = "0.5.1"
__version_info__ = tuple(int(x) for x in __version__.split("."))

0 comments on commit ba4c188

Please sign in to comment.