Skip to content

Commit 723d8fd

Browse files
committed
Use correct version string
Rather than using pbr's version_string (that returns the short version) we should use the release_verison that includes the full version, including any VCS status.
1 parent 4b73f19 commit 723d8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919

2020
__version__ = pbr.version.VersionInfo(
21-
'caso').version_string()
21+
'caso').release_string()
2222

2323
user_agent = "caso/%s (OpenStack)" % __version__

0 commit comments

Comments
 (0)