File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,17 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
2121
2222<!-- Maintainers, insert changes / features for the next release here -->
2323
24+ ## vcspull v1.15.3 (2022-10-09)
25+
26+ ### Documentation
27+
28+ - Updates for migrations page
29+ - Add back page on completions
30+
31+ ### CLI
32+
33+ - Capitalization fixes and help text updates
34+
2435## vcspull v1.15.2 (2022-10-08)
2536
2637### Packaging
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " vcspull"
3- version = " 1.15.2 "
3+ version = " 1.15.3 "
44description = " Manage and sync multiple git, mercurial, and svn repos"
55license = " MIT"
66authors = [" Tony Narlock <tony@git-pull.com>" ]
Original file line number Diff line number Diff line change 11__title__ = "vcspull"
22__package_name__ = "vcspull"
33__description__ = "Manage and sync multiple git, mercurial, and svn repos"
4- __version__ = "1.15.2 "
4+ __version__ = "1.15.3 "
55__author__ = "Tony Narlock"
66__github__ = "https://github.com/vcs-python/vcspull"
77__docs__ = "https://vcspull.git-pull.com"
You can’t perform that action at this time.
0 commit comments