Skip to content

Commit 0d4dd71

Browse files
committed
Tag v0.20.0 (python 3.11 and rule_map update, #433)
1 parent cc3700e commit 0d4dd71

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

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.20.x (unreleased)
12+
## libvcs 0.21.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.20.0 (2022-10-31)
19+
1820
### What's new
1921

2022
#### Python 3.11 support (#433)

MIGRATION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ _Notes on the upcoming release will be added here_
2424

2525
<!-- Maintainers, insert migration notes for the next release here -->
2626

27+
## libvcs 0.20.0 (2022-10-31)
28+
2729
### URLs: Mapping now class attributes (#433)
2830

2931
`URL.rule_map` is now a class attribute rather than a dataclass attribute.

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.19.1"
3+
version = "0.20.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
@@ -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.19.1"
4+
__version__ = "0.20.0"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/libvcs"
77
__docs__ = "https://libvcs.git-pull.com"

0 commit comments

Comments
 (0)