Skip to content

Commit

Permalink
Release version 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
llasram committed Nov 15, 2013
1 parent 203831c commit 9e92c8f
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.4.1 / ?
## 0.4.1 / 2013-11-15

- Fix bug in `reduced` handling of job tuple-source reductions.
- Make tuple-source re-shape results `seq`able, allowing tasks to be written in
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Parkour is available on Clojars. Add this `:dependency` to your Leiningen
`project.clj`:

```clj
[com.damballa/parkour "0.4.0"]
[com.damballa/parkour "0.4.1"]
```

## 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.4.0"]
[com.damballa/parkour "0.4.1"]
...]

: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.4.1-SNAPSHOT"
(defproject com.damballa/parkour "0.4.1"
: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 9e92c8f

Please sign in to comment.