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 efcdb42 commit be10f24Copy full SHA for be10f24
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "vcspull"
3
-version = "1.12.0b25"
+version = "1.12.0b26"
4
description = "synchronize your projects via yaml / json files"
5
license = "MIT"
6
authors = ["Tony Narlock <tony@git-pull.com>"]
vcspull/__about__.py
@@ -1,7 +1,7 @@
__title__ = "vcspull"
__package_name__ = "vcspull"
__description__ = "synchronize your projects via yaml / json files"
-__version__ = "1.12.0b25"
+__version__ = "1.12.0b26"
__author__ = "Tony Narlock"
__github__ = "https://github.com/vcs-python/vcspull"
7
__docs__ = "https://vcspull.git-pull.com"
0 commit comments