Skip to content

Commit 80cf376

Browse files
committed
Tag v0.28.0 (QueryList fixes)
1 parent 8e1cbe8 commit 80cf376

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ To install the unreleased libvcs version, see
99
$ pip install --user --upgrade --pre libvcs
1010
```
1111

12-
## libvcs 0.28.x (unreleased)
12+
## libvcs 0.29.x (unreleased)
1313

1414
- _Notes on upcoming releases will be added here_
1515

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

18+
## libvcs 0.28.0 (2024-02-07)
19+
1820
### Improvement
1921

2022
- `QueryList` generic support improved (#453)

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.27.0"
3+
version = "0.28.0"
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
@@ -2,7 +2,7 @@
22
__title__ = "libvcs"
33
__package_name__ = "libvcs"
44
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
5-
__version__ = "0.27.0"
5+
__version__ = "0.28.0"
66
__author__ = "Tony Narlock"
77
__github__ = "https://github.com/vcs-python/libvcs"
88
__docs__ = "https://libvcs.git-pull.com"

0 commit comments

Comments
 (0)