Skip to content

Commit f4f44fc

Browse files
committed
Merge branch 'v0.13.x' (v0.13.2's GitProject.remotes typing)
2 parents 6ec0957 + 950acf4 commit f4f44fc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ $ pip install --user --upgrade --pre libvcs
1717

1818
- Fix mercurial cloning in {class}`libvcs.projects.hg.MercurialProject`
1919

20+
## libvcs 0.13.2 (2022-06-12)
21+
22+
### Typings
23+
24+
- {func}`libvcs.projects.git.GitProject.remotes`: Add overload
25+
2026
## libvcs 0.13.1 (2022-06-01)
2127

2228
### Fixes

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.1"
4+
__version__ = "0.13.2"
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.1"
3+
version = "0.13.2"
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)