Skip to content

Commit

Permalink
Prepare for release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Narang committed May 3, 2016
1 parent a2488d2 commit a032786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Scalding is a Scala library that makes it easy to specify Hadoop MapReduce jobs.

![Scalding Logo](https://raw.github.com/twitter/scalding/develop/logo/scalding.png)

Current version: `0.15.0`
Current version: `0.16.0`

## Word Count

Expand Down
2 changes: 1 addition & 1 deletion scalding-core/src/main/scala/com/twitter/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ package object scalding {
/**
* Make sure this is in sync with version.sbt
*/
val scaldingVersion: String = "0.15.0"
val scaldingVersion: String = "0.16.0"

object RichPathFilter {
implicit def toRichPathFilter(f: PathFilter) = new RichPathFilter(f)
Expand Down
2 changes: 1 addition & 1 deletion tutorial/execution-tutorial/ExecutionTutorial.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To test it, first build the assembly jar from root directory:
./sbt execution-tutorial/assembly
Run:
scala -classpath tutorial/execution-tutorial/target/execution-tutorial-assembly-0.15.0.jar \
scala -classpath tutorial/execution-tutorial/target/execution-tutorial-assembly-0.16.0.jar \
com.twitter.scalding.tutorial.MyExecJob --local \
--input tutorial/data/hello.txt \
--output tutorial/data/execution_output.txt
Expand Down

0 comments on commit a032786

Please sign in to comment.