Skip to content

Commit

Permalink
Changelog and version updates for v0.199.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knafissi committed Aug 25, 2016
1 parent 526eb2b commit 6bb6c34
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions debian/changelog
@@ -1,3 +1,25 @@
dx-toolkit (0.199.0) precise; urgency=low

* PTFM-17974 Update Java SDK with support for idempotent object creation
* API wrappers for /system/describeExecutions
* PTFM-18370 Update dx-app-wizard prompts
* Update Prebuilt-Readme.md
* Don't run test_get_app_by_name on stg since it relies on app state
* PTFM-18143 dx find analyses errors out when it reaches a job which launched a workflow
* Fix file size labels to use binary prefixes
* PTFM-18583 Don't run test that would run a job
* bash helper test fix part 2
* PTFM-18583 Run 'dx build_asset' within an applet
* Remove ancient TEST_ONLY_MASTER annotations
* Fix dx-download-all-inputs tests
* Fix printing of ssh-proxy helpstring for terminal width <= 80
* Dedent indentation accidentally added in d6932641
* Make download_all_inputs available from within dxpy
* Add documentation for DXExecDependencyInstaller
* JobState enum matches the API specification

-- Kaveh Nafissi <knafissi@dnanexus.com> Thu, 25 Aug 2016 20:40:10 +0000

dx-toolkit (0.198.0) precise; urgency=low

* Improvements to formatting of _DX_DEBUG output
Expand Down
2 changes: 1 addition & 1 deletion src/R/dxR/DESCRIPTION
@@ -1,7 +1,7 @@
Package: dxR
Type: Package
Title: DNAnexus R Client Library
Version: 0.198.0
Version: 0.199.0
Author: Katherine Lai
Maintainer: Katherine Lai <klai@dnanexus.com>
Description: dxR is an R extension containing API wrapper functions for
Expand Down
2 changes: 1 addition & 1 deletion src/R/dxR/R/dxR-package.R
Expand Up @@ -4,7 +4,7 @@
##' the new DNAnexus platform.
##'
##' \tabular{ll}{ Package: \tab dxR\cr Type: \tab Package\cr Version: \tab
##' 0.198.0\cr License: \tab Apache License (== 2.0)\cr
##' 0.199.0\cr License: \tab Apache License (== 2.0)\cr
##' }
##'
##' @name dxR-package
Expand Down
2 changes: 1 addition & 1 deletion src/R/dxR/man/dxR-package.Rd
Expand Up @@ -9,7 +9,7 @@
}
\details{
\tabular{ll}{ Package: \tab dxR\cr Type: \tab Package\cr
Version: \tab 0.198.0\cr License: \tab Apache License (==
Version: \tab 0.199.0\cr License: \tab Apache License (==
2.0)\cr }
}
\author{
Expand Down

0 comments on commit 6bb6c34

Please sign in to comment.