Skip to content

Commit 3782cc8

Browse files
committed
Tag v1.8.1
1 parent b32e3f9 commit 3782cc8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## current
44

55
- _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
69
- #313: Update poetry to 1.1
710
- CI: Use poetry 1.1.7 and `install-poetry.py` installer
811
- Relock poetry.lock at 1.1 (w/ 1.1.7's fix)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ skip-string-normalization = true
33

44
[tool.poetry]
55
name = "vcspull"
6-
version = "1.8.0"
6+
version = "1.8.1"
77
description = "synchronize your projects via yaml / json files"
88
license = "MIT"
99
authors = ["Tony Narlock <tony@git-pull.com>"]

vcspull/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'vcspull'
22
__package_name__ = 'vcspull'
33
__description__ = 'synchronize your projects via yaml / json files'
4-
__version__ = '1.8.0'
4+
__version__ = '1.8.1'
55
__author__ = 'Tony Narlock'
66
__github__ = 'https://github.com/vcs-python/vcspull'
77
__docs__ = 'https://vcspull.git-pull.com'

0 commit comments

Comments
 (0)