Skip to content

Commit

Permalink
Bump version: v0.19.0-alpha1 (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 authored Jun 30, 2024
1 parent 5b1b1dc commit 42e433a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
drakvuf-bundle-debs-debian-bullseye/drakvuf-bundle*.deb
upload-release-files: true
release-upload-url: ${{ github.event.release.upload_url }}
- name: Publish to PyPi
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.pypi_password }}
packages-dir: drakvuf-sandbox-whl/
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author = 'CERT Polska'

# The full version, including alpha/beta/rc tags
release = 'v0.19.0-dev1'
release = 'v0.19.0-alpha1'

latex_engine = 'xelatex'

Expand Down
2 changes: 1 addition & 1 deletion drakrun/drakrun/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.19.0-dev1"
__version__ = "0.19.0-alpha1"
2 changes: 1 addition & 1 deletion drakrun/drakrun/web/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion drakrun/drakrun/web/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drakcore",
"version": "0.19.0-dev1",
"version": "0.19.0-alpha1",
"private": true,
"dependencies": {
"@novnc/novnc": "^1.2.0",
Expand Down

0 comments on commit 42e433a

Please sign in to comment.