Skip to content

Commit 2a132e7

Browse files
authored
DRAKVUF Sandbox v0.18.0 (#654)
1 parent 962deb8 commit 2a132e7

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
author = 'CERT Polska'
2929

3030
# The full version, including alpha/beta/rc tags
31-
release = 'v0.18.0-rc2'
31+
release = 'v0.18.0'
3232

3333
latex_engine = 'xelatex'
3434

drakcore/debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
drakcore (0.18.0-rc2) unstable; urgency=low
1+
drakcore (0.18.0) unstable; urgency=low
22
* See GitHub for release notes.
3-
-- Hubert Jasudowicz <hubert.jasudowicz@cert.pl> Tue, 26 Oct 2021 13:00:00 +0100
3+
-- Arkadiusz Wróbel <arkadiusz.wrobel@cert.pl> Wed, 27 Oct 2021 12:00:00 +0100
44

55
drakcore (0.17.0) unstable; urgency=low
66
* See GitHub for release notes.

drakcore/drakcore/frontend/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

drakcore/drakcore/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drakcore",
3-
"version": "0.18.0-rc2",
3+
"version": "0.18.0",
44
"private": true,
55
"dependencies": {
66
"@novnc/novnc": "^1.2.0",

drakcore/drakcore/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.18.0-rc2"
1+
__version__ = "0.18.0"

drakrun/debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
drakrun (0.18.0-rc2) unstable; urgency=low
1+
drakrun (0.18.0) unstable; urgency=low
22
* See GitHub for release notes.
3-
-- Hubert Jasudowicz <hubert.jasudowicz@cert.pl> Tue, 26 Oct 2021 13:00:00 +0100
3+
-- Arkadiusz Wróbel <arkadiusz.wrobel@cert.pl> Wed, 27 Oct 2021 12:00:00 +0100
44

55
drakrun (0.17.0) unstable; urgency=low
66
* See GitHub for release notes.

drakrun/drakrun/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.18.0-rc2"
1+
__version__ = "0.18.0"

0 commit comments

Comments
 (0)