Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea44ca6

Browse filesBrowse files
committed
Tag v1.13.0a13 (libvcs 0.17.0a0 and mypy basic annotations from #373)
1 parent 8709f5e commit ea44ca6
Copy full SHA for ea44ca6

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vcspull"
3-
version = "1.13.0a12"
3+
version = "1.13.0a13"
44
description = "Manage and sync multiple git, mercurial, and svn repos"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

‎src/vcspull/__about__.py

Copy file name to clipboardExpand all lines: src/vcspull/__about__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "vcspull"
22
__package_name__ = "vcspull"
33
__description__ = "Manage and sync multiple git, mercurial, and svn repos"
4-
__version__ = "1.13.0a12"
4+
__version__ = "1.13.0a13"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/vcspull"
77
__docs__ = "https://vcspull.git-pull.com"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.