Skip to content

Commit e0bf4ab

Browse files
committed
Tag v0.15.1, help text fix
1 parent 1c3bcd8 commit e0bf4ab

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff 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**

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vcspull"
3-
version = "1.15.0"
3+
version = "1.15.1"
44
description = "Manage and sync multiple git, mercurial, and svn repos"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

src/vcspull/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

0 commit comments

Comments
 (0)