Skip to content

Commit 0cee297

Browse files
committed
Tag v0.30.1 (AWS CodeCommit URL Detection, README)
1 parent c711a45 commit 0cee297

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ pip install --user --upgrade --pre libvcs
1515

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

18-
## libvcs 0.30.1 (unreleased)
18+
## libvcs 0.30.1 (2024-06-18)
1919

2020
### Bug Fixes
2121

pyproject.toml

Lines 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.30.0"
3+
version = "0.30.1"
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

Lines 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.30.0"
6+
__version__ = "0.30.1"
77
__author__ = "Tony Narlock"
88
__github__ = "https://github.com/vcs-python/libvcs"
99
__docs__ = "https://libvcs.git-pull.com"

0 commit comments

Comments
 (0)