From 7297ba540a90aff51feb827089bb0de19aa02c4e Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 24 Mar 2024 12:51:39 -0500 Subject: [PATCH] Tag v1.29.0 (libvcs 0.29.0) --- CHANGES | 6 +++++- pyproject.toml | 2 +- src/vcspull/__about__.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 0fe858ef..118d31c4 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.29.x (unreleased) +## vcspull v1.30.x (unreleased) - _Notes on upcoming releases will be added here_ +## vcspull v1.29.0 (2024-03-24) + +_Maintenance only, no bug fixes or new features_ + ### Breaking changes - libvcs: 0.28.2 -> 0.29.0 (#443) diff --git a/pyproject.toml b/pyproject.toml index 3a8c232a..698731a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vcspull" -version = "1.28.1" +version = "1.29.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 3af5d425..5cf06f91 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.28.1" +__version__ = "1.29.0" __author__ = "Tony Narlock" __github__ = "https://github.com/vcs-python/vcspull" __docs__ = "https://vcspull.git-pull.com"