File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,16 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
1515// Usage: vcspull@next sync [config]
1616```
1717
18- ## vcspull v1.16 .x (unreleased)
18+ ## vcspull v1.17 .x (unreleased)
1919
20- - Notes on upcoming releases will be added here
20+ - _ Notes on upcoming releases will be added here _
2121
2222<!-- Maintainers, insert changes / features for the next release here -->
2323
24+ ## vcspull v1.16.0 (2022-10-23)
25+
26+ ** Maintenance release, no features or fixes**
27+
2428### Internal
2529
2630- ` sync() ` : Rename ` repo_terms ` to ` repo_patterns ` (#406 )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " vcspull"
3- version = " 1.15.8 "
3+ version = " 1.16.0 "
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.8 "
4+ __version__ = "1.16.0 "
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