Skip to content

Commit ad1deae

Browse files
committed
Tag v1.34.1 (libvcs 0.35.1 w/ fix for console output)
1 parent b4c6609 commit ad1deae

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
2121

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

24-
## vcspull v1.34.1 (unreleased)
25-
#
24+
## vcspull v1.34.1 (2025-06-21)
25+
2626
### Development
2727

2828
- libvcs 0.35.0 -> 0.35.1 (#466)

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.34.0"
3+
version = "1.34.1"
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__ = "Manage and sync multiple git, mercurial, and svn repos"
8-
__version__ = "1.34.0"
8+
__version__ = "1.34.1"
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)