Skip to content

Commit 2698070

Browse files
committed
Tag v1.32.0 (libvcs pytest plugin upates)
1 parent 4567562 commit 2698070

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES

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

18-
## vcspull v1.32.x (unreleased)
18+
## vcspull v1.33.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.32.0 (2024-10-13)
25+
26+
_Maintenance only, no bug fixes or new features_
27+
2428
### New features
2529

2630
#### Python 3.13 support

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vcspull"
3-
version = "1.31.0"
3+
version = "1.32.0"
44
description = "Manage and sync multiple git, mercurial, and svn repos"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

src/vcspull/__about__.py

Lines changed: 1 addition & 1 deletion
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.31.0"
6+
__version__ = "1.32.0"
77
__author__ = "Tony Narlock"
88
__github__ = "https://github.com/vcs-python/vcspull"
99
__docs__ = "https://vcspull.git-pull.com"

0 commit comments

Comments
 (0)