Skip to content

Commit 09ee601

Browse files
committed
Tag v0.38.1 (doc fixes)
1 parent 1e7cd8d commit 09ee601

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ $ uv add libvcs --prerelease allow
2020

2121
_Upcoming changes will be written here._
2222

23+
## libvcs 0.38.1 (2025-12-06)
24+
2325
### Documentation (#498)
2426

2527
Fix doctree warnings and broken references

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libvcs"
3-
version = "0.38.0"
3+
version = "0.38.1"
44
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
55
requires-python = ">=3.10,<4.0"
66
authors = [

src/libvcs/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "libvcs"
66
__package_name__ = "libvcs"
77
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
8-
__version__ = "0.38.0"
8+
__version__ = "0.38.1"
99
__author__ = "Tony Narlock"
1010
__github__ = "https://github.com/vcs-python/libvcs"
1111
__docs__ = "https://libvcs.git-pull.com"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)