Skip to content

Commit 7e7dba1

Browse files
committed
Tag v1.42.0 (Drop Python 3.9)
1 parent 6c065c9 commit 7e7dba1

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGES

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

30-
## vcspull v1.42.x (unreleased)
30+
## vcspull v1.43.x (unreleased)
31+
32+
<!-- Maintainers, insert changes / features for the next release here -->
33+
34+
_Upcoming changes will be written here._
35+
36+
## vcspull v1.42.0 (2025-11-01)
3137

3238
### Breaking changes
3339

@@ -38,8 +44,6 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
3844
- [Python 3.9 EOL timeline](https://devguide.python.org/versions/#:~:text=Release%20manager-,3.9,-PEP%20596)
3945
- [PEP 596](https://peps.python.org/pep-0596/)
4046

41-
<!-- Maintainers, insert changes / features for the next release here -->
42-
4347
## vcspull v1.41.0 (2025-10-25)
4448

4549
### Breaking Changes

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.41.0"
3+
version = "1.42.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.41.0"
8+
__version__ = "1.42.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)