Skip to content

Commit

Permalink
Tag v1.33.0 (built with uv)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 23, 2024
1 parent 1773a0e commit 453c49d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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_

<!-- Maintainers, insert changes / features for the next release here -->

## vcspull v1.33.0 (2024-11-23)

_Maintenance only, no bug fixes, or new features_

### Development
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
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.32.0"
__version__ = "1.33.0"
__author__ = "Tony Narlock"
__github__ = "https://github.com/vcs-python/vcspull"
__docs__ = "https://vcspull.git-pull.com"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 453c49d

Please sign in to comment.