Skip to content

Commit

Permalink
Release version 0.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
llasram committed Feb 5, 2015
1 parent 7dfa389 commit eb1d380
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Parkour News – history of user-visible changes

## 0.6.2 / ???
## 0.6.2 / 2015-02-05

- Support passing classes as task function etc parameters.
- Interface for defining input formats from Clojure.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Parkour is available on Clojars. Add this `:dependency` to your Leiningen
`project.clj`:

```clj
[com.damballa/parkour "0.6.1"]
[com.damballa/parkour "0.6.2"]
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion doc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ example:
...
:dependencies [...
[org.codehaus.jsr166-mirror/jsr166y "1.7.0"]
[com.damballa/parkour "0.6.1"]
[com.damballa/parkour "0.6.2"]
...]

:profiles {...
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.damballa/parkour "0.6.2-SNAPSHOT"
(defproject com.damballa/parkour "0.6.2"
:description "Hadoop MapReduce in idiomatic Clojure."
:url "http://github.com/damballa/parkour"
:license {:name "Apache License, Version 2.0"
Expand Down

0 comments on commit eb1d380

Please sign in to comment.