Skip to content

Commit

Permalink
Release 0.4.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jan 26, 2022
1 parent 3fc2bd8 commit b3df283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
author_email="[email protected]",
url="https://jelmer.uk/code/silver-platter",
description="Automatic merge proposal creeator",
version='0.4.5',
version='0.4.6',
license='GNU GPL v2 or later',
project_urls={
"Bug Tracker": "https://github.com/jelmer/silver-platter/issues",
Expand Down
2 changes: 1 addition & 1 deletion silver_platter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
import breezy.plugins.github # For github support # noqa: F401
import breezy.plugins.debian # For apt: URL support # noqa: F401

__version__ = (0, 4, 5)
__version__ = (0, 4, 6)
version_string = ".".join(map(str, __version__))

0 comments on commit b3df283

Please sign in to comment.