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 4390e04 commit 81010c0Copy full SHA for 81010c0
CHANGES
@@ -21,6 +21,17 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
21
22
<!-- Maintainers, insert changes / features for the next release here -->
23
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
35
## vcspull v1.20.1 (2023-03-15)
36
37
- libvcs: 0.21.0 -> 0.21.1
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "vcspull"
3
-version = "1.20.1"
+version = "1.20.2"
4
description = "Manage and sync multiple git, mercurial, and svn repos"
5
license = "MIT"
6
authors = ["Tony Narlock <tony@git-pull.com>"]
0 commit comments