Skip to content

Commit 4f008d9

Browse files
committed
Tag v0.4.3
1 parent 36420d0 commit 4f008d9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Generally speaking, refactor / magic is in the process of being stripped
1010
out in the next few releases. The API is subject to change significantly
1111
in pre-1.0 builds.
1212

13+
0.4.3 <2020-08-01>
14+
------------------
15+
- [bug] :func:`libvcs.git.extract_status()` Fix issue capturing branch names
16+
with special characters
17+
1318
0.4.2 <2020-08-01>
1419
------------------
1520
- [bug] :meth:`libvcs.git.GitRepo.get_current_remote_name()` Handle case where

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__ = 'vcs abstraction layer'
4-
__version__ = '0.4.2'
4+
__version__ = '0.4.3'
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
@@ -3,7 +3,7 @@ skip-string-normalization = true
33

44
[tool.poetry]
55
name = "libvcs"
6-
version = "0.4.2"
6+
version = "0.4.3"
77
description = "vcs abstraction layer"
88
license = "MIT"
99
authors = ["Tony Narlock <tony@git-pull.com>"]

0 commit comments

Comments
 (0)