Skip to content

Commit 81010c0

Browse files
committed
Tag v1.20.2
1 parent 4390e04 commit 81010c0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
2121

2222
<!-- Maintainers, insert changes / features for the next release here -->
2323

24+
## vcspull v1.20.2 (2023-04-07)
25+
26+
_Maintenance only, no bug fixes or features_
27+
28+
### Development
29+
30+
- Update mypy to 1.2.0
31+
- libvcs: 0.21.1 -> 0.21.2
32+
33+
Typing update only
34+
2435
## vcspull v1.20.1 (2023-03-15)
2536

2637
- libvcs: 0.21.0 -> 0.21.1

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.20.1"
3+
version = "1.20.2"
44
description = "Manage and sync multiple git, mercurial, and svn repos"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

0 commit comments

Comments
 (0)