Skip to content

Commit 1a84979

Browse files
committed
Tag v1.17.1 (libvcs 0.19.1)
1 parent 22fbc77 commit 1a84979

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
2121

2222
<!-- Maintainers, insert changes / features for the next release here -->
2323

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+
2434
## vcspull v1.17.0 (2022-10-23)
2535

2636
**Maintenance release, no features or fixes**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vcspull"
3-
version = "1.17.0"
3+
version = "1.17.1"
44
description = "Manage and sync multiple git, mercurial, and svn repos"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

src/vcspull/__about__.py

Lines changed: 1 addition & 1 deletion
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.17.0"
4+
__version__ = "1.17.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)