Skip to content

Commit 02f5af8

Browse files
committed
Tag v1.18.0 (python 3.11 support, libvcs 0.20.0, via #409)
1 parent 5070c50 commit 02f5af8

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

poetry.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines 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.17.1"
3+
version = "1.18.0"
44
description = "Manage and sync multiple git, mercurial, and svn repos"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

src/vcspull/__about__.py

Lines 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.17.1"
4+
__version__ = "1.18.0"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/vcspull"
77
__docs__ = "https://vcspull.git-pull.com"

0 commit comments

Comments
 (0)