Skip to content

Commit

Permalink
Bump to 0.6.0 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
icedevml authored May 29, 2020
1 parent 11aa129 commit 24716d5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions drakcore/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
drakcore (0.5.1) unstable; urgency=low
drakcore (0.6.0) unstable; urgency=low
* See GitHub for release notes.
-- Michał Leszczyński <[email protected]> Sat, 23 May 2020 10:00:00 +0100
-- Michał Leszczyński <[email protected]> Fri, 29 May 2020 10:00:00 +0100
2 changes: 1 addition & 1 deletion drakcore/drakcore/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 drakcore/drakcore/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drakcore",
"version": "0.5.1",
"version": "0.6.0",
"private": true,
"dependencies": {
"axios": "^0.19.2",
Expand Down
2 changes: 1 addition & 1 deletion drakcore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="drakcore",
version="0.5.1",
version="0.6.0",
description="DRAKVUF Sandbox Core",
package_dir={"drakcore": "drakcore"},
packages=["drakcore", "drakcore.postprocess"],
Expand Down
4 changes: 2 additions & 2 deletions drakrun/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
drakrun (0.5.1) unstable; urgency=low
drakrun (0.6.0) unstable; urgency=low
* See GitHub for release notes.
-- Michał Leszczyński <[email protected]> Sat, 23 May 2020 10:00:00 +0100
-- Michał Leszczyński <[email protected]> Fri, 29 May 2020 10:00:00 +0100
2 changes: 1 addition & 1 deletion drakrun/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="drakrun",
version="0.5.1",
version="0.6.0",
description="DRAKRUN",
package_dir={"drakrun": "drakrun"},
packages=["drakrun"],
Expand Down

0 comments on commit 24716d5

Please sign in to comment.