8000 Tag v0.18.1 (maintenance release) · vcs-python/libvcs@c2e9718 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2e9718

Browse files
committed
Tag v0.18.1 (maintenance release)
1 parent 278d98b commit c2e9718

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ $ pip install --user --upgrade --pre libvcs
1515

1616
<!-- Maintainers, insert changes / features for the next release here -->
1717

18+
## libvcs 0.18.1 (2022-10-23)
19+
20+
_Maintenance only release, no bug fixes or features_
21+
22+
- Documentation improvements
23+
- Development package updates
24+
- Add citation file (CITATION.cff)
25+
1826
## libvcs 0.18.0 (2022-10-09)
1927

2028
### New features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libvcs"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

src/libvcs/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "libvcs"
22
__package_name__ = "libvcs"
33
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
4-
__version__ = "0.18.0"
4+
__version__ = "0.18.1"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/libvcs"
77
__docs__ = "https://libvcs.git-pull.com"

0 commit comments

Comments
 (0)
0