Skip to content

Commit

Permalink
Update release notes and version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesJeffryes committed Dec 4, 2018
1 parent 8def489 commit 80aebc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ platform. Modules include all code, specification files, and
documentation needed to define and run a set of methods
in the KBase Narrative interface.

VERSION: 1.2.1 (Released 12/04/2018)
------------------------------------
CHANGES:
- Now example modules will also be initialized with a generic KIDL spec rather than one tailored to the example.
- Python implementation uses "logging" modules and example tests are updated to be more pythonic (no getters)

BUGFIXES:
- Module specific clients now correctly call baseclient.py for async jobs. This ensures that retry logic is used.
- Replace "/run" with "/var/run" in generated kb-sdk.sh script because "/run" is missing on some docker installs.
- KBaseReports and AssemblyUtils clients should be installed as async not core

VERSION: 1.2.0 (Released 11/14/2018)
------------------------------------
NEW FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion src/java/us/kbase/mobu/ModuleBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class ModuleBuilder {
public static final String GLOBAL_SDK_HOME_ENV_VAR = "KB_SDK_HOME";
public static final String DEFAULT_METHOD_STORE_URL = "https://appdev.kbase.us/services/narrative_method_store/rpc";

public static final String VERSION = "1.2.0";
public static final String VERSION = "1.2.1";


public static void main(String[] args) throws Exception {
Expand Down

0 comments on commit 80aebc4

Please sign in to comment.