Skip to content

Commit 58a9247

Browse files
committed
Tag v0.31.0
1 parent a520b52 commit 58a9247

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES

+3-1
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.31.x (unreleased)
12+
## libvcs 0.32.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.31.0 (2024-10-12)
19+
1820
### Breaking changes
1921

2022
#### pytest plugin: Improve performacne via session-based scoping (#472)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libvcs"
3-
version = "0.30.1"
3+
version = "0.31.0"
44
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

src/libvcs/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__title__ = "libvcs"
44
__package_name__ = "libvcs"
55
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
6-
__version__ = "0.30.1"
6+
__version__ = "0.31.0"
77
__author__ = "Tony Narlock"
88
__github__ = "https://github.com/vcs-python/libvcs"
99
__docs__ = "https://libvcs.git-pull.com"

0 commit comments

Comments
 (0)