File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33Here are the changes for libvcs.
44
5- ## libvcs 0.5- current
5+ ## current
66
77Generally speaking, refactor / magic is in the process of being stripped
88out in the next few releases. The API is subject to change significantly
99in 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
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ skip-string-normalization = true
33
44[tool .poetry ]
55name = " libvcs"
6- version = " 0.5.0a2 "
6+ version = " 0.5.0 "
77description = " vcs abstraction layer"
88license = " MIT"
99authors = [" Tony Narlock <tony@git-pull.com>" ]
You can’t perform that action at this time.
0 commit comments