Skip to content
This repository was archived by the owner on Oct 18, 2020. It is now read-only.

Commit 5be4769

Browse files
committed
Release 1.5.2 Furka.
Review URL: https://codereview.appspot.com/297630043 .
1 parent de75c90 commit 5be4769

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def raw_versions():
1515
"codename": "Furka",
1616
"version": "1.5.2",
1717
"post": "0",
18-
"rc": "1"
18+
"rc": "0"
1919
}
2020
""")
2121

@@ -25,7 +25,7 @@ def raw_versions():
2525

2626
try:
2727
# We are looking for the git repo which contains this file.
28-
MY_DIR = os.path.dirname(__file__)
28+
MY_DIR = os.path.dirname(os.path.abspath(__file__))
2929
except:
3030
MY_DIR = None
3131

rekall-core/rekall/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def raw_versions():
1515
"codename": "Furka",
1616
"version": "1.5.2",
1717
"post": "0",
18-
"rc": "1"
18+
"rc": "0"
1919
}
2020
""")
2121

@@ -25,7 +25,7 @@ def raw_versions():
2525

2626
try:
2727
# We are looking for the git repo which contains this file.
28-
MY_DIR = os.path.dirname(__file__)
28+
MY_DIR = os.path.dirname(os.path.abspath(__file__))
2929
except:
3030
MY_DIR = None
3131

rekall-gui/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def raw_versions():
1515
"codename": "Furka",
1616
"version": "1.5.2",
1717
"post": "0",
18-
"rc": "1"
18+
"rc": "0"
1919
}
2020
""")
2121

@@ -25,7 +25,7 @@ def raw_versions():
2525

2626
try:
2727
# We are looking for the git repo which contains this file.
28-
MY_DIR = os.path.dirname(__file__)
28+
MY_DIR = os.path.dirname(os.path.abspath(__file__))
2929
except:
3030
MY_DIR = None
3131

tools/layout_expert/layout_expert/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def raw_versions():
1515
"codename": "Furka",
1616
"version": "1.5.2",
1717
"post": "0",
18-
"rc": "1"
18+
"rc": "0"
1919
}
2020
""")
2121

@@ -25,7 +25,7 @@ def raw_versions():
2525

2626
try:
2727
# We are looking for the git repo which contains this file.
28-
MY_DIR = os.path.dirname(__file__)
28+
MY_DIR = os.path.dirname(os.path.abspath(__file__))
2929
except:
3030
MY_DIR = None
3131

version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependent_versions:
66
version_data:
77
codename: Furka
88
post: '0'
9-
rc: '1'
9+
rc: '0'
1010
version: 1.5.2

0 commit comments

Comments
 (0)