Skip to content

Commit eef158f

Browse files
committed
Tag v1.20.1 (more typing_extensions rm'd from build via libvcs 0.22.1)
1 parent fc6e195 commit eef158f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ $ 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.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+
2431
## vcspull v1.20.0 (2023-03-15)
2532

2633
### Bug fix

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.0"
3+
version = "1.20.1"
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)