Skip to content

Commit 0db4d88

Browse files
committed
Tag v1.12.0
1 parent cad2718 commit 0db4d88

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGES

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
1515
// Usage: vcspull@next sync [config]
1616
```
1717

18-
## current - v1.12.x (unreleased)
18+
## current - v1.13.x (unreleased)
1919

2020
- _Add your latest changes from PRs here_
2121

22+
## v1.12.0 (2022-04-24)
23+
2224
### Breaking changes
2325

2426
- Config location uses `XDG_CONFIG_HOME` from [XDG Base Directory],

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
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"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]
77
classifiers = [

vcspull/__about__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "vcspull"
22
__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"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/vcspull"
77
__docs__ = "https://vcspull.git-pull.com"

0 commit comments

Comments
 (0)