Skip to content

Commit

Permalink
Tag v1.29.0 (libvcs 0.29.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Mar 24, 2024
1 parent 2075e31 commit 7297ba5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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_

<!-- Maintainers, insert changes / features for the next release 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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/vcspull/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7297ba5

Please sign in to comment.