File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
21
21
22
22
<!-- Maintainers, insert changes / features for the next release here -->
23
23
24
+ ## vcspull v1.17.1 (2022-10-23)
25
+
26
+ ** Maintenance release, no features or fixes**
27
+
28
+ ### Internal
29
+
30
+ - Bump libvcs 0.19.0 -> 0.19.1
31
+
32
+ Doc fixes and test improvements
33
+
24
34
## vcspull v1.17.0 (2022-10-23)
25
35
26
36
** Maintenance release, no features or fixes**
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " vcspull"
3
- version = " 1.17.0 "
3
+ version = " 1.17.1 "
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>" ]
Original file line number Diff line number Diff line change 1
1
__title__ = "vcspull"
2
2
__package_name__ = "vcspull"
3
3
__description__ = "Manage and sync multiple git, mercurial, and svn repos"
4
- __version__ = "1.17.0 "
4
+ __version__ = "1.17.1 "
5
5
__author__ = "Tony Narlock"
6
6
__github__ = "https://github.com/vcs-python/vcspull"
7
7
__docs__ = "https://vcspull.git-pull.com"
You can’t perform that action at this time.
0 commit comments