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 fc6e195 commit eef158fCopy full SHA for eef158f
CHANGES
@@ -21,6 +21,13 @@ $ 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.1 (2023-03-15)
25
+
26
+- libvcs: 0.21.0 -> 0.21.1
27
28
+ This removes even more `typing-extensions` runtime dependencies from
29
+ production builds.
30
31
## vcspull v1.20.0 (2023-03-15)
32
33
### Bug fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "vcspull"
3
-version = "1.20.0"
+version = "1.20.1"
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