File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
15
15
// Usage: vcspull@next sync [config]
16
16
```
17
17
18
- ## vcspull v1.28 .x (unreleased)
18
+ ## vcspull v1.29 .x (unreleased)
19
19
20
20
- _ Notes on upcoming releases will be added here_
21
21
22
22
<!-- Maintainers, insert changes / features for the next release here -->
23
23
24
+ ## vcspull v1.28.0 (2024-02-07)
25
+
24
26
_ Maintenance only, no bug fixes or new features_
25
27
26
28
### Breaking changes
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " vcspull"
3
- version = " 1.27 .0"
3
+ version = " 1.28 .0"
4
4
description = " Manage and sync multiple git, mercurial, and svn repos"
5
5
license = " MIT"
6
6
authors = [" Tony Narlock <tony@git-pull.com>" ]
Original file line number Diff line number Diff line change 2
2
__title__ = "vcspull"
3
3
__package_name__ = "vcspull"
4
4
__description__ = "Manage and sync multiple git, mercurial, and svn repos"
5
- __version__ = "1.27 .0"
5
+ __version__ = "1.28 .0"
6
6
__author__ = "Tony Narlock"
7
7
__github__ = "https://github.com/vcs-python/vcspull"
8
8
__docs__ = "https://vcspull.git-pull.com"
You can’t perform that action at this time.
0 commit comments