koji 1.35.3 release notes and version bump

This commit is contained in:
Mike McLean 2025-04-16 17:42:39 -04:00
parent b21cb0bac5
commit b521a1740f
4 changed files with 101 additions and 2 deletions

View file

@ -1,2 +1,2 @@
__version_info__ = (1, 35, 2)
__version_info__ = (1, 35, 3)
__version__ = '.'.join([str(x) for x in __version_info__])