Skip to content

Commit 2b3c5e1

Browse files
committed
Release version 0.6.3.
1 parent b1c2369 commit 2b3c5e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Parkour News – history of user-visible changes
22

3-
## 0.6.3 / ???
3+
## 0.6.3 / 2015-07-21
44

55
- “Run” no-op input-only graphs without error.
66
- Support Clojure 1.7. Due to CLJ-1738, Parkour >=0.6.3 will be required for in

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Parkour is available on Clojars. Add this `:dependency` to your Leiningen
2020
`project.clj`:
2121

2222
```clj
23-
[com.damballa/parkour "0.6.2"]
23+
[com.damballa/parkour "0.6.3"]
2424
```
2525

2626
## Usage

doc/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ example:
1313
(defproject ...
1414
...
1515
:dependencies [...
16-
[com.damballa/parkour "0.6.2"]
16+
[com.damballa/parkour "0.6.3"]
1717
...]
1818

1919
:profiles {...

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.damballa/parkour "0.6.3-SNAPSHOT"
1+
(defproject com.damballa/parkour "0.6.3"
22
:description "Hadoop MapReduce in idiomatic Clojure."
33
:url "http://github.com/damballa/parkour"
44
:license {:name "Apache License, Version 2.0"

0 commit comments

Comments
 (0)