File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
## current
4
4
5
5
- _ Add your latest changes from PRs here_
6
+
7
+ ## vcspull 1.8.1 (2021-12-05)
8
+ - Update libvcs 0.10.0 to 0.10.1
6
9
- #313 : Update poetry to 1.1
7
10
- CI: Use poetry 1.1.7 and ` install-poetry.py ` installer
8
11
- Relock poetry.lock at 1.1 (w/ 1.1.7's fix)
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.8.0 "
6
+ version = " 1.8.1 "
7
7
description = " synchronize your projects via yaml / json files"
8
8
license = " MIT"
9
9
authors = [" Tony Narlock <tony@git-pull.com>" ]
Original file line number Diff line number Diff line change 1
1
__title__ = 'vcspull'
2
2
__package_name__ = 'vcspull'
3
3
__description__ = 'synchronize your projects via yaml / json files'
4
- __version__ = '1.8.0 '
4
+ __version__ = '1.8.1 '
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