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

Commit

Permalink
Release 1.5.2 Furka.
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Jul 1, 2016
1 parent de75c90 commit 5be4769
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def raw_versions():
"codename": "Furka",
"version": "1.5.2",
"post": "0",
"rc": "1"
"rc": "0"
}
""")

Expand All @@ -25,7 +25,7 @@ def raw_versions():

try:
# We are looking for the git repo which contains this file.
MY_DIR = os.path.dirname(__file__)
MY_DIR = os.path.dirname(os.path.abspath(__file__))
except:
MY_DIR = None

Expand Down
4 changes: 2 additions & 2 deletions rekall-core/rekall/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def raw_versions():
"codename": "Furka",
"version": "1.5.2",
"post": "0",
"rc": "1"
"rc": "0"
}
""")

Expand All @@ -25,7 +25,7 @@ def raw_versions():

try:
# We are looking for the git repo which contains this file.
MY_DIR = os.path.dirname(__file__)
MY_DIR = os.path.dirname(os.path.abspath(__file__))
except:
MY_DIR = None

Expand Down
4 changes: 2 additions & 2 deletions rekall-gui/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def raw_versions():
"codename": "Furka",
"version": "1.5.2",
"post": "0",
"rc": "1"
"rc": "0"
}
""")

Expand All @@ -25,7 +25,7 @@ def raw_versions():

try:
# We are looking for the git repo which contains this file.
MY_DIR = os.path.dirname(__file__)
MY_DIR = os.path.dirname(os.path.abspath(__file__))
except:
MY_DIR = None

Expand Down
4 changes: 2 additions & 2 deletions tools/layout_expert/layout_expert/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def raw_versions():
"codename": "Furka",
"version": "1.5.2",
"post": "0",
"rc": "1"
"rc": "0"
}
""")

Expand All @@ -25,7 +25,7 @@ def raw_versions():

try:
# We are looking for the git repo which contains this file.
MY_DIR = os.path.dirname(__file__)
MY_DIR = os.path.dirname(os.path.abspath(__file__))
except:
MY_DIR = None

Expand Down
2 changes: 1 addition & 1 deletion version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependent_versions:
version_data:
codename: Furka
post: '0'
rc: '1'
rc: '0'
version: 1.5.2

0 comments on commit 5be4769

Please sign in to comment.