Skip to content

Commit

Permalink
Tag v0.32.1 (how did #465 get into trunk)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 12, 2024
1 parent 1ce0c63 commit 3817d5c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ $ pip install --user --upgrade --pre libvcs

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

## libvcs 0.32.1 (2024-10-12)

### Revert accidental commit

Update to commands for `Git` from #465 were pushed to trunk before being prepared (even for experimental use).

## libvcs 0.32.0 (2024-10-12)

### Breaking changes
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 = "libvcs"
version = "0.32.0"
version = "0.32.1"
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/libvcs/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = "libvcs"
__package_name__ = "libvcs"
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
__version__ = "0.32.0"
__version__ = "0.32.1"
__author__ = "Tony Narlock"
__github__ = "https://github.com/vcs-python/libvcs"
__docs__ = "https://libvcs.git-pull.com"
Expand Down

0 comments on commit 3817d5c

Please sign in to comment.