Skip to content

Commit df6b3a3

Browse files
committed
Release 0.5.23
1 parent 0a3df6e commit df6b3a3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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.22"
3+
version = "0.5.23"
44
authors = [ "Jelmer Vernooij <[email protected]>",]
55
edition = "2021"
66
license = "GPL-2.0+"

py/silver_platter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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, 22)
27+
__version__ = (0, 5, 23)
2828
version_string = ".".join(map(str, __version__))
2929

3030

0 commit comments

Comments
 (0)