Skip to content

Commit 75539d4

Browse files
committed
Tag v1.11.1
1 parent 6fda5f5 commit 75539d4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- _Add your latest changes from PRs here_
66

7+
## vcspull 1.11.1 (2022-03-12)
8+
79
### Security
810

911
- Update libvcs 0.11.0 -> 0.11.1 to patch mercurial URL injection

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.11.0"
3+
version = "1.11.1"
44
description = "synchronize your projects via yaml / json files"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

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__ = "synchronize your projects via yaml / json files"
4-
__version__ = "1.11.0"
4+
__version__ = "1.11.1"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/vcspull"
77
__docs__ = "https://vcspull.git-pull.com"

0 commit comments

Comments
 (0)