Skip to content

Commit 95707ae

Browse files
committed
Release 0.5.11.
1 parent 555f88e commit 95707ae

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "silver-platter"
3-
version = "0.5.10"
3+
version = "0.5.11"
44
authors = [ "Jelmer Vernooij <[email protected]>",]
55
edition = "2021"
66
license = "GPL-2.0+"

silver_platter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
import breezy.plugins.gitlab # For gitlab support # noqa: F401
2525
import breezy.plugins.launchpad # For lp: URL support # noqa: F401
2626

27-
__version__ = (0, 5, 10)
27+
__version__ = (0, 5, 11)
2828
version_string = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)