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 11e5958 commit cdbbfdfCopy full SHA for cdbbfdf
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "vcspull"
3
-version = "1.13.0a15"
+version = "1.13.0a16"
4
description = "Manage and sync multiple git, mercurial, and svn repos"
5
license = "MIT"
6
authors = ["Tony Narlock <tony@git-pull.com>"]
src/vcspull/__about__.py
@@ -1,7 +1,7 @@
__title__ = "vcspull"
__package_name__ = "vcspull"
__description__ = "Manage and sync multiple git, mercurial, and svn repos"
-__version__ = "1.13.0a15"
+__version__ = "1.13.0a16"
__author__ = "Tony Narlock"
__github__ = "https://github.com/vcs-python/vcspull"
7
__docs__ = "https://vcspull.git-pull.com"
0 commit comments