Skip to content

Commit b5cd4ef

Browse files
committed
Tag v1.20.0 (libvcs dependency fix)
There's no requirement for typing-extensions anymore, unless using mypy on libvcs itself.
1 parent f6b10b5 commit b5cd4ef

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,20 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
1515
// Usage: vcspull@next sync [config]
1616
```
1717

18-
## vcspull v1.20.x (unreleased)
18+
## vcspull v1.21.x (unreleased)
1919

2020
- _Notes on upcoming releases will be added here_
2121

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

24+
## vcspull v1.20.0 (2023-03-15)
25+
26+
### Bug fix
27+
28+
- libvcs: 0.20.0 -> 0.21.0
29+
30+
This removes the `typing-extensions` requirement from production builds.
31+
2432
## vcspull v1.19.0 (2022-12-31)
2533

2634
### Internal

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.19.0"
3+
version = "1.20.0"
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)