We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef79358 commit 7c86d88Copy full SHA for 7c86d88
pyproject.toml
@@ -3,7 +3,7 @@ skip-string-normalization = true
3
4
[tool.poetry]
5
name = "vcspull"
6
-version = "1.5.0a1"
+version = "1.5.0a2"
7
description = "synchronize your projects via yaml / json files"
8
license = "MIT"
9
authors = ["Tony Narlock <[email protected]>"]
vcspull/__about__.py
@@ -1,7 +1,7 @@
1
__title__ = 'vcspull'
2
__package_name__ = 'vcspull'
__description__ = 'synchronize your projects via yaml / json files'
-__version__ = '1.5.0a1'
+__version__ = '1.5.0a2'
__author__ = 'Tony Narlock'
__github__ = 'https://github.com/vcs-python/vcspull'
__docs__ = 'https://vcspull.git-pull.com'
0 commit comments