Skip to content

Commit 58c0b1a

Browse files
committed
Tag v1.40.0 (faster vcspull status support)
1 parent fecbffb commit 58c0b1a

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGES

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
2727
// Usage: vcspull@next sync [config]
2828
```
2929

30-
## vcspull v1.40.x (unreleased)
30+
## vcspull v1.41.x (unreleased)
3131

3232
<!-- Maintainers, insert changes / features for the next release here -->
3333

34+
_Notes on upcoming releases will be added here_
35+
36+
## vcspull v1.40.0 (2025-10-19)
37+
3438
### Performance Improvements
3539

3640
#### Concurrent status checking (#474)

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.39.1"
3+
version = "1.40.0"
44
description = "Manage and sync multiple git, mercurial, and svn repos"
55
requires-python = ">=3.9,<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.39.1"
8+
__version__ = "1.40.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)