File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ Changelog
6
6
7
7
- _ Add your latest changes from PRs here_
8
8
9
+ ## vcspull 1.8.0 (2021-06-16)
10
+
11
+ - #277 : COnvert to markdown
12
+ - Update libvcs to 0.10.0
13
+
9
14
## vcspull 1.7.0post0 (2021-06-14)
10
15
11
16
- Fix image in README
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.7.0post0 "
6
+ version = " 1.8.0 "
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.7.0post0 '
4
+ __version__ = '1.8.0 '
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