Skip to content

Commit 206715e

Browse files
committed
Tag v1.33.0 (built with uv)
1 parent a44232b commit 206715e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGES

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
1515
// Usage: vcspull@next sync [config]
1616
```
1717

18-
## vcspull v1.33.x (unreleased)
18+
## vcspull v1.34.x (unreleased)
1919

2020
- _Notes on upcoming releases will be added here_
2121

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

24+
## vcspull v1.33.0 (2024-11-23)
25+
2426
_Maintenance only, no bug fixes, or new features_
2527

2628
### Development

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vcspull"
3-
version = "1.32.0"
3+
version = "1.33.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__title__ = "vcspull"
44
__package_name__ = "vcspull"
55
__description__ = "Manage and sync multiple git, mercurial, and svn repos"
6-
__version__ = "1.32.0"
6+
__version__ = "1.33.0"
77
__author__ = "Tony Narlock"
88
__github__ = "https://github.com/vcs-python/vcspull"
99
__docs__ = "https://vcspull.git-pull.com"

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)