Skip to content

Commit 7571d51

Browse files
committed
build(vcspull): Tag v1.4.3
1 parent 1b8e67c commit 7571d51

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Changelog
44

55
Here you can find the recent changes to vcspull
66

7-
vcspull-current (2020-08-05)
8-
----------------------------
7+
vcspull-1.4.3 (2020-08-05)
8+
--------------------------
99
- Bump libvcs to 0.4.4
1010

1111
vcspull 1.4.2 (2020-08-01)

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 = "vcspull"
6-
version = "1.4.2"
6+
version = "1.4.3"
77
description = "synchronize your repos and forks via declarative yaml/json file(s)"
88
license = "MIT"
99
authors = ["Tony Narlock <[email protected]>"]

vcspull/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'vcspull'
22
__package_name__ = 'vcspull'
33
__description__ = 'synchronize your repos and forks via declarative yaml/json file(s)'
4-
__version__ = '1.4.2'
4+
__version__ = '1.4.3'
55
__author__ = 'Tony Narlock'
66
__github__ = 'https://github.com/vcs-python/vcspull'
77
__docs__ = 'https://vcspull.git-pull.com'

0 commit comments

Comments
 (0)