From 453c49d9d2d73088a4bcf13b5cf3bd97d9222208 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 23 Nov 2024 06:12:02 -0600 Subject: [PATCH] Tag v1.33.0 (built with uv) --- CHANGES | 4 +++- pyproject.toml | 2 +- src/vcspull/__about__.py | 2 +- uv.lock | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index a8f00f5b..2e4d30b9 100644 --- a/CHANGES +++ b/CHANGES @@ -15,12 +15,14 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force // Usage: vcspull@next sync [config] ``` -## vcspull v1.33.x (unreleased) +## vcspull v1.34.x (unreleased) - _Notes on upcoming releases will be added here_ +## vcspull v1.33.0 (2024-11-23) + _Maintenance only, no bug fixes, or new features_ ### Development diff --git a/pyproject.toml b/pyproject.toml index 422eba81..eb56ed20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vcspull" -version = "1.32.0" +version = "1.33.0" description = "Manage and sync multiple git, mercurial, and svn repos" license = { text = "MIT" } requires-python = ">=3.9,<4.0" diff --git a/src/vcspull/__about__.py b/src/vcspull/__about__.py index 48e3ded3..056fbf0f 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.32.0" +__version__ = "1.33.0" __author__ = "Tony Narlock" __github__ = "https://github.com/vcs-python/vcspull" __docs__ = "https://vcspull.git-pull.com" diff --git a/uv.lock b/uv.lock index 57a9267c..185f83e1 100644 --- a/uv.lock +++ b/uv.lock @@ -1029,7 +1029,7 @@ wheels = [ [[package]] name = "vcspull" -version = "1.32.0" +version = "1.33.0" source = { editable = "." } dependencies = [ { name = "colorama" },