File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,20 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
15
15
// Usage: vcspull@next sync [config]
16
16
```
17
17
18
- ## vcspull v1.20 .x (unreleased)
18
+ ## vcspull v1.21 .x (unreleased)
19
19
20
20
- _ Notes on upcoming releases will be added here_
21
21
22
22
<!-- Maintainers, insert changes / features for the next release here -->
23
23
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
+
24
32
## vcspull v1.19.0 (2022-12-31)
25
33
26
34
### Internal
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " vcspull"
3
- version = " 1.19 .0"
3
+ version = " 1.20 .0"
4
4
description = " Manage and sync multiple git, mercurial, and svn repos"
5
5
license = " MIT"
6
6
authors = [" Tony Narlock <tony@git-pull.com>" ]
You can’t perform that action at this time.
0 commit comments