File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Here are the changes for libvcs.
4
4
5
- ## libvcs 0.5- current
5
+ ## current
6
6
7
7
Generally speaking, refactor / magic is in the process of being stripped
8
8
out in the next few releases. The API is subject to change significantly
9
9
in pre-1.0 builds.
10
10
11
+ ## libvcs 0.5 (2020-08-11)
12
+
11
13
- [refactor] [#267] overhaul docs
12
14
13
15
- Move sphinx api format to Numpy-style
Original file line number Diff line number Diff line change 1
1
__title__ = 'libvcs'
2
2
__package_name__ = 'libvcs'
3
3
__description__ = 'vcs abstraction layer'
4
- __version__ = '0.5.0a2 '
4
+ __version__ = '0.5.0 '
5
5
__author__ = 'Tony Narlock'
6
6
__github__ = 'https://github.com/vcs-python/libvcs'
7
7
__docs__ = 'https://libvcs.git-pull.com'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ skip-string-normalization = true
3
3
4
4
[tool .poetry ]
5
5
name = " libvcs"
6
- version = " 0.5.0a2 "
6
+ version = " 0.5.0 "
7
7
description = " vcs abstraction layer"
8
8
license = " MIT"
9
9
authors = [
" Tony Narlock <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments