Skip to content

Commit 7d3d1f1

Browse files
committed
build(libvcs): Tag v0.5.0
1 parent 4d8a624 commit 7d3d1f1

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
@@ -2,12 +2,14 @@
22

33
Here are the changes for libvcs.
44

5-
## libvcs 0.5-current
5+
## current
66

77
Generally speaking, refactor / magic is in the process of being stripped
88
out in the next few releases. The API is subject to change significantly
99
in pre-1.0 builds.
1010

11+
## libvcs 0.5 (2020-08-11)
12+
1113
- [refactor] [#267] overhaul docs
1214

1315
- Move sphinx api format to Numpy-style

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.5.0a2'
4+
__version__ = '0.5.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
@@ -3,7 +3,7 @@ skip-string-normalization = true
33

44
[tool.poetry]
55
name = "libvcs"
6-
version = "0.5.0a2"
6+
version = "0.5.0"
77
description = "vcs abstraction layer"
88
license = "MIT"
99
authors = ["Tony Narlock <[email protected]>"]

0 commit comments

Comments
 (0)