Skip to content

Commit 48eda47

Browse files
committed
Tag v0.12.0
1 parent 3d50c5f commit 48eda47

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,10 +9,12 @@ To install the unreleased libvcs version, see
99
$ pip install --user --upgrade --pre libvcs
1010
```
1111

12-
## libvcs 0.12.0 (unreleased, beta 0)
12+
## libvcs 0.13.0 (unreleased)
1313

1414
- _Add your latest changes from PRs here_
1515

16+
## libvcs 0.12.0, "Nimbus" (2022-04-24)
17+
1618
### Breaking
1719

1820
- `GitRepo`, `SVNRepo`, `MercurialRepo`, `BaseRepo` have been renamed to `GitProject`, `SVNProject`,

libvcs/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "libvcs"
22
__package_name__ = "libvcs"
33
__description__ = "vcs abstraction layer"
4-
__version__ = "0.12.0b35"
4+
__version__ = "0.12.0"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/libvcs"
77
__docs__ = "https://libvcs.git-pull.com"

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.12.0b35"
3+
version = "0.12.0"
44
description = "vcs abstraction layer"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

0 commit comments

Comments
 (0)