Skip to content

Commit

Permalink
Release version 0.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
llasram committed Feb 8, 2014
1 parent 780412d commit dc17911
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.5.4 / ?
## 0.5.4 / 2014-02-08

- Ensure job-failure clean-up runs only once.
- Only set job JAR in basic cstep when still unset.
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.5.3"]
[com.damballa/parkour "0.5.4"]
```

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

: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.5.4-SNAPSHOT"
(defproject com.damballa/parkour "0.5.4"
: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 dc17911

Please sign in to comment.