Skip to content

Commit de13004

Browse files
committed
Tag v1.28.1 (fix for git rev-list)
1 parent d8b5dac commit de13004

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES

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

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

24+
## vcspull v1.28.1 (2024-02-17)
25+
2426
### Fixes
2527

2628
- libvcs: 0.28.0 -> 0.28.1 (#440)

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.28.0"
3+
version = "1.28.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__title__ = "vcspull"
33
__package_name__ = "vcspull"
44
__description__ = "Manage and sync multiple git, mercurial, and svn repos"
5-
__version__ = "1.28.0"
5+
__version__ = "1.28.1"
66
__author__ = "Tony Narlock"
77
__github__ = "https://github.com/vcs-python/vcspull"
88
__docs__ = "https://vcspull.git-pull.com"

0 commit comments

Comments
 (0)