Skip to content

Commit 5834604

Browse files
committed
Tag v0.16.5 (pytest import compatibility fixes, via #418)
1 parent d7fc231 commit 5834604

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ pip install --user --upgrade --pre libvcs
1313

1414
- _Add your latest changes from PRs here_
1515

16-
## libvcs 0.16.5 (unreleased)
16+
## libvcs 0.16.5 (2022-09-21)
1717

1818
### Bug fixes
1919

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libvcs"
3-
version = "0.16.4"
3+
version = "0.16.5"
44
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

src/libvcs/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "libvcs"
22
__package_name__ = "libvcs"
33
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
4-
__version__ = "0.16.4"
4+
__version__ = "0.16.5"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/libvcs"
77
__docs__ = "https://libvcs.git-pull.com"

0 commit comments

Comments
 (0)