Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 24ea96b

Browse filesBrowse files
committed
Tag v0.32.2 (fixture update)
1 parent c446720 commit 24ea96b
Copy full SHA for 24ea96b

File tree

Expand file treeCollapse file tree

3 files changed

+8
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+8
-2
lines changed

‎CHANGES

Copy file name to clipboardExpand all lines: CHANGES
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ $ pip install --user --upgrade --pre libvcs
1515

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

18+
## libvcs 0.32.2 (2024-10-12)
19+
20+
### Bug fixes
21+
22+
- Pytest fixtures: `git_repo` and `hg_repo`: Set configuration for both fixtures.
23+
1824
## libvcs 0.32.1 (2024-10-12)
1925

2026
### Revert accidental commit

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libvcs"
3-
version = "0.32.1"
3+
version = "0.32.2"
44
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

‎src/libvcs/__about__.py

Copy file name to clipboardExpand all lines: src/libvcs/__about__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__title__ = "libvcs"
44
__package_name__ = "libvcs"
55
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
6-
__version__ = "0.32.1"
6+
__version__ = "0.32.2"
77
__author__ = "Tony Narlock"
88
__github__ = "https://github.com/vcs-python/libvcs"
99
__docs__ = "https://libvcs.git-pull.com"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.