File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
1919
2020- _ Add your latest changes from PRs here_
2121
22+ ## vcspull v1.15.1 (2022-10-02)
23+
24+ ### Bug fix
25+
26+ - Fix help text for ` vcspull sync ` arguments and flags
27+
2228## vcspull v1.15.0 (2022-10-02)
2329
2430** Maintenance release, no features or fixes**
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " vcspull"
3- version = " 1.15.0 "
3+ version = " 1.15.1 "
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.0 "
4+ __version__ = "1.15.1 "
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