File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,17 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
15
15
// Usage: vcspull@next sync [config]
16
16
```
17
17
18
- ## vcspull v1.15 .x (unreleased)
18
+ ## vcspull v1.16 .x (unreleased)
19
19
20
20
- _ Add your latest changes from PRs here_
21
21
22
+ ## vcspull v1.15.0 (2022-10-02)
23
+
22
24
** Maintenance release, no features or fixes**
23
25
24
26
### Internal
25
27
26
- - Move from click to :mod:{argparse}
28
+ - Move from click to {mod} ` argparse ` ( # 400 )
27
29
28
30
Click was more difficult to control and workwith, ironically.
29
31
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " vcspull"
3
- version = " 1.15.0a0 "
3
+ version = " 1.15.0 "
4
4
description = " Manage and sync multiple git, mercurial, and svn repos"
5
5
license = " MIT"
6
6
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__ = "Manage and sync multiple git, mercurial, and svn repos"
4
- __version__ = "1.15.0a0 "
4
+ __version__ = "1.15.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