Prep release 0.6.0
This commit is contained in:
parent
6e076789aa
commit
df5477a2d7
10 changed files with 289 additions and 75 deletions
|
|
@ -27,7 +27,7 @@ html_title = "Vulkan Kompute Documentation (Python & C++)"
|
|||
author = 'Alejandro Saucedo'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.5.2'
|
||||
release = '0.6.0'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -81,7 +81,8 @@ Performing Release
|
|||
In order to perform the release the following steps need to be carried out:
|
||||
|
||||
* Build changelog
|
||||
* Generate latest changelog `make `
|
||||
* Generate latest changelog `make build_changelog`
|
||||
* Update latest tag in new CHANGELOG.md to be the vesion to release
|
||||
* Python Release
|
||||
* Build dependency:
|
||||
* Intsall dependency: `pip install .`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue