File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Changelog
4
4
5
5
Here you can find the recent changes to vcspull
6
6
7
- vcspull-current (2020-08-05)
8
- ----------------------------
7
+ vcspull-1.4.3 (2020-08-05)
8
+ --------------------------
9
9
- Bump libvcs to 0.4.4
10
10
11
11
vcspull 1.4.2 (2020-08-01)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ skip-string-normalization = true
3
3
4
4
[tool .poetry ]
5
5
name = " vcspull"
6
- version = " 1.4.2 "
6
+ version = " 1.4.3 "
7
7
description = " synchronize your repos and forks via declarative yaml/json file(s)"
8
8
license = " MIT"
9
9
authors = [
" Tony Narlock <[email protected] >" ]
Original file line number Diff line number Diff line change 1
1
__title__ = 'vcspull'
2
2
__package_name__ = 'vcspull'
3
3
__description__ = 'synchronize your repos and forks via declarative yaml/json file(s)'
4
- __version__ = '1.4.2 '
4
+ __version__ = '1.4.3 '
5
5
__author__ = 'Tony Narlock'
6
6
__github__ = 'https://github.com/vcs-python/vcspull'
7
7
__docs__ = 'https://vcspull.git-pull.com'
You can’t perform that action at this time.
0 commit comments