Skip to content

Commit 64dde14

Browse files
committed
Tag v1.58.0 (vcspull import improvements)
1 parent 863002a commit 64dde14

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ $ uv add vcspull --prerelease allow
2727
$ uvx --from 'vcspull' --prerelease allow vcspull
2828
```
2929

30-
## vcspull v1.58.x (unreleased)
30+
## vcspull v1.59.x (unreleased)
3131

3232
<!-- KEEP THIS PLACEHOLDER - DO NOT REMOVE OR MODIFY THIS LINE -->
3333
_Notes on upcoming releases will be added here_
3434
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
3535

36+
## vcspull v1.58.0 (2026-03-01)
37+
3638
### New features
3739

3840
#### `vcspull import`: Add `--sync` and `--prune` (#520)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vcspull"
3-
version = "1.57.0"
3+
version = "1.58.0"
44
description = "Manage and sync multiple git, mercurial, and svn repos"
55
requires-python = ">=3.10,<4.0"
66
license = { text = "MIT" }

src/vcspull/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "vcspull"
66
__package_name__ = "vcspull"
77
__description__ = "Repo manager and syncer for git, mercurial, and svn"
8-
__version__ = "1.57.0"
8+
__version__ = "1.58.0"
99
__author__ = "Tony Narlock"
1010
__github__ = "https://github.com/vcs-python/vcspull"
1111
__docs__ = "https://vcspull.git-pull.com"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)