Skip to content

Commit

Permalink
Prep for 0.15.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Aug 7, 2019
1 parent 85ded4f commit 15d3973
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
@@ -1,4 +1,4 @@
## Changes Made Since 0.15.1
## Changes Between 0.15.1 and 0.15.2

* Add type hints to reduce reflection warnings for users (#268, #269, @vemv)
* Fix `overlaps?` with four arguments (#264).
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -7,7 +7,7 @@

A date and time library for Clojure, wrapping the [Joda Time](http://www.joda.org/joda-time/) library.

## Project Status
## Project Status

**The Joda Time website says:**

Expand All @@ -33,7 +33,7 @@ If you are using Maven, add the following repository definition to your `pom.xml
With Leiningen:

```
[clj-time "0.15.1"]
[clj-time "0.15.2"]
```

With Maven:
Expand All @@ -42,7 +42,7 @@ With Maven:
<dependency>
<groupId>clj-time</groupId>
<artifactId>clj-time</artifactId>
<version>0.15.1</version>
<version>0.15.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,6 +1,6 @@
(def java7? (.startsWith (System/getProperty "java.version") "1.7"))

(defproject clj-time/clj-time "0.15.2-SNAPSHOT"
(defproject clj-time/clj-time "0.15.2"
:description "A date and time library for Clojure, wrapping Joda Time."
:url "https://github.com/clj-time/clj-time"
:mailing-list {:name "clj-time mailing list"
Expand Down

0 comments on commit 15d3973

Please sign in to comment.