File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- Here are the changes for libvcs.
4
-
5
- ## libvcs 0.9-current
3
+ ## libvcs 0.9 (2021-06-14)
6
4
7
5
Generally speaking, refactor / magic is in the process of being stripped
8
6
out in the next few releases. The API is subject to change significantly
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.9.0a2 '
4
+ __version__ = '0.9.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.9.0a2 "
6
+ version = " 0.9.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