Skip to content

Commit

Permalink
Version 0.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
sagotch committed Sep 2, 2016
1 parent 46deca3 commit 8d3b6cf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.2.5

- Added unix requirement in META file

## 0.2.4

- "pp_format: the 'minute' specifier is now modulo 60"
Expand Down
2 changes: 1 addition & 1 deletion META
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name ="ISO8601"
version ="0.2.4"
version ="0.2.5"
description ="ISO 8601 and RFC 3339 parsing."
archive(byte) ="ISO8601.cma"
archive(native) ="ISO8601.cmxa"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LIB=ISO8601
LIB_FILES=$(addprefix $(LIB)., a cmxa cma cmi)
VERSION=0.2.4
VERSION=0.2.5

.INTERMEDIATE: $(LIB).odocl

Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "1.2"

available: [ ocaml-version >= "3.12.1" ]

version: "0.2.4"
version: "0.2.5"

name: "ISO8601"

Expand Down
2 changes: 1 addition & 1 deletion src/ISO8601.mli
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(** {2 ISO 8601 and RFC 3339 parsing and printing} *)

(** Version 0.2.4 *)
(** Version 0.2.5 *)

module Permissive : sig

Expand Down

0 comments on commit 8d3b6cf

Please sign in to comment.