Skip to content

Commit

Permalink
Merge pull request #86 from kbase/dev-candidate
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
MrCreosote authored Aug 12, 2016
2 parents b32a46b + cedbe8f commit f7fc1b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docsource/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Workspace service release notes
===============================

VERSION: 0.5.0 (Released TBD)
VERSION: 0.5.0 (Released 8/12/16)
-----------------------------

BACKWARDS INCOMPATIBILITIES:
Expand Down
2 changes: 1 addition & 1 deletion src/us/kbase/workspace/WorkspaceServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public class WorkspaceServer extends JsonServerServlet {
//TODO JAVADOC really low priority, sorry
//TODO INIT timestamps for startup script

private static final String VER = "0.5.0-dev7";
private static final String VER = "0.5.0";
private static final String GIT =
"https://github.com/kbase/workspace_deluxe";

Expand Down
2 changes: 1 addition & 1 deletion src/us/kbase/workspace/test/kbase/JSONRPCLayerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class JSONRPCLayerTest extends JSONRPCLayerTester {

@Test
public void ver() throws Exception {
assertThat("got correct version", CLIENT_NO_AUTH.ver(), is("0.5.0-dev7"));
assertThat("got correct version", CLIENT_NO_AUTH.ver(), is("0.5.0"));
}

public void status() throws Exception {
Expand Down

0 comments on commit f7fc1b5

Please sign in to comment.