File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,12 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
15
15
// Usage: vcspull@next sync [config]
16
16
```
17
17
18
- ## current - v1.12 .x (unreleased)
18
+ ## current - v1.13 .x (unreleased)
19
19
20
20
- _ Add your latest changes from PRs here_
21
21
22
+ ## v1.12.0 (2022-04-24)
23
+
22
24
### Breaking changes
23
25
24
26
- Config location uses ` XDG_CONFIG_HOME ` from [ XDG Base Directory] ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " vcspull"
3
- version = " 1.12.0b26 "
4
- description = " synchronize your projects via yaml / json files "
3
+ version = " 1.12.0 "
4
+ description = " Bulk sync git, mercurial, and svn projects "
5
5
license = " MIT"
6
6
authors = [" Tony Narlock <tony@git-pull.com>" ]
7
7
classifiers = [
Original file line number Diff line number Diff line change 1
1
__title__ = "vcspull"
2
2
__package_name__ = "vcspull"
3
- __description__ = "synchronize your projects via yaml / json files "
4
- __version__ = "1.12.0b26 "
3
+ __description__ = "Bulk sync git, mercurial, and svn projects "
4
+ __version__ = "1.12.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