Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Nov 4, 2016
1 parent d2f6efc commit 617736a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions _version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def get_versions():
def raw_versions():
return json.loads("""
{
"codename": "Furka",
"version": "1.5.3",
"post": "1",
"codename": "Gotthard",
"version": "1.6.0",
"post": "0",
"rc": "0"
}
""")
Expand Down
8 changes: 4 additions & 4 deletions rekall-agent/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ def get_versions():
def raw_versions():
return json.loads("""
{
"codename": "Furka",
"version": "1.5.3",
"post": "0",
"rc": "2"
"codename": "Gotthard",
"version": "1.6.0",
"post": "0",
"rc": "0"
}
""")

Expand Down
6 changes: 3 additions & 3 deletions rekall-core/rekall/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def get_versions():
def raw_versions():
return json.loads("""
{
"codename": "Furka",
"version": "1.5.3",
"post": "1",
"codename": "Gotthard",
"version": "1.6.0",
"post": "0",
"rc": "0"
}
""")
Expand Down
6 changes: 3 additions & 3 deletions rekall-gui/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def get_versions():
def raw_versions():
return json.loads("""
{
"codename": "Furka",
"version": "1.5.3",
"post": "1",
"codename": "Gotthard",
"version": "1.6.0",
"post": "0",
"rc": "0"
}
""")
Expand Down
6 changes: 3 additions & 3 deletions tools/layout_expert/layout_expert/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def get_versions():
def raw_versions():
return json.loads("""
{
"codename": "Furka",
"version": "1.5.3",
"post": "1",
"codename": "Gotthard",
"version": "1.6.0",
"post": "0",
"rc": "0"
}
""")
Expand Down
6 changes: 3 additions & 3 deletions version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependent_versions:
- rekall-gui/_version.py
- tools/layout_expert/layout_expert/_version.py
version_data:
codename: Furka
post: '1'
codename: Gotthard
post: '0'
rc: '0'
version: 1.5.3
version: 1.6.0

0 comments on commit 617736a

Please sign in to comment.