Skip to content

Commit b74c7f7

Browse files
committed
Tag v0.9.0
1 parent f15b98c commit b74c7f7

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGES

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Changelog
22

3-
Here are the changes for libvcs.
4-
5-
## libvcs 0.9-current
3+
## libvcs 0.9 (2021-06-14)
64

75
Generally speaking, refactor / magic is in the process of being stripped
86
out in the next few releases. The API is subject to change significantly

libvcs/__about__.py

Lines changed: 1 addition & 1 deletion
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.9.0a2'
4+
__version__ = '0.9.0'
55
__author__ = 'Tony Narlock'
66
__github__ = 'https://github.com/vcs-python/libvcs'
77
__docs__ = 'https://libvcs.git-pull.com'

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.9.0a2"
6+
version = "0.9.0"
77
description = "vcs abstraction layer"
88
license = "MIT"
99
authors = ["Tony Narlock <[email protected]>"]

0 commit comments

Comments
 (0)