Skip to content

Commit

Permalink
Tag v0.32.2 (fixture update)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 13, 2024
1 parent c446720 commit 24ea96b
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.2 (2024-10-12)

### Bug fixes

- Pytest fixtures: `git_repo` and `hg_repo`: Set configuration for both fixtures.

## libvcs 0.32.1 (2024-10-12)

### Revert accidental commit
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.1"
version = "0.32.2"
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.1"
__version__ = "0.32.2"
__author__ = "Tony Narlock"
__github__ = "https://github.com/vcs-python/libvcs"
__docs__ = "https://libvcs.git-pull.com"
Expand Down

0 comments on commit 24ea96b

Please sign in to comment.