From 2698070503e9747c5a52d80bff726f3e420244ff Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 13 Oct 2024 07:34:00 -0500 Subject: [PATCH] Tag v1.32.0 (libvcs pytest plugin upates) --- CHANGES | 6 +++++- pyproject.toml | 2 +- src/vcspull/__about__.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index d33c47a0..acc5a370 100644 --- a/CHANGES +++ b/CHANGES @@ -15,12 +15,16 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force // Usage: vcspull@next sync [config] ``` -## vcspull v1.32.x (unreleased) +## vcspull v1.33.x (unreleased) - _Notes on upcoming releases will be added here_ +## vcspull v1.32.0 (2024-10-13) + +_Maintenance only, no bug fixes or new features_ + ### New features #### Python 3.13 support diff --git a/pyproject.toml b/pyproject.toml index 82423d41..cee36783 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vcspull" -version = "1.31.0" +version = "1.32.0" description = "Manage and sync multiple git, mercurial, and svn repos" license = "MIT" authors = ["Tony Narlock "] diff --git a/src/vcspull/__about__.py b/src/vcspull/__about__.py index d39330d5..48e3ded3 100644 --- a/src/vcspull/__about__.py +++ b/src/vcspull/__about__.py @@ -3,7 +3,7 @@ __title__ = "vcspull" __package_name__ = "vcspull" __description__ = "Manage and sync multiple git, mercurial, and svn repos" -__version__ = "1.31.0" +__version__ = "1.32.0" __author__ = "Tony Narlock" __github__ = "https://github.com/vcs-python/vcspull" __docs__ = "https://vcspull.git-pull.com"