Skip to content

Commit 483f83d

Browse files
committed
Tag v0.13.7 (dev/doc package updates, fix CI, test updates)
1 parent f533c7b commit 483f83d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGES

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ $ pip install --user --upgrade --pre libvcs
1313

1414
- _Add your latest changes from PRs here_
1515

16-
### Fixes
16+
## libvcs 0.13.7 (2022-06-18)
1717

18-
- Fix mercurial cloning in {class}`libvcs.projects.hg.MercurialProject`
18+
### Infrastructure
19+
20+
- Backport poetry 1.2, flake8 fixes, test assertions
21+
- Update development and documentation packages
1922

2023
## libvcs 0.13.6 (2022-06-18)
2124

libvcs/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "libvcs"
22
__package_name__ = "libvcs"
33
__description__ = "Lite, typed, python library wrapper for git, svn, mercurial, etc."
4-
__version__ = "0.13.6"
4+
__version__ = "0.13.7"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/libvcs"
77
__docs__ = "https://libvcs.git-pull.com"

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.13.6"
3+
version = "0.13.7"
44
description = "Lite, typed, python library wrapper for git, svn, mercurial, etc."
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

0 commit comments

Comments
 (0)