summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2017-12-19 18:12:48 +0100
committerJosé Valim <jose.valim@plataformatec.com.br>2017-12-19 18:12:48 +0100
commit7340ca2d925297e98dd71528a09bf0fb8634b47f (patch)
tree54f158f1157cbeff6af7c6b1364d0d7164215531
parent3beb72e6f4fbc57640165cb2304bb6ff31a54772 (diff)
downloadelixir-v1.5.tar.gz
Release v1.5.3v1.5.3v1.5
-rw-r--r--CHANGELOG.md2
-rw-r--r--VERSION2
-rw-r--r--src/elixir.app.src2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bdef3710..35c339c94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -166,7 +166,7 @@ Overall, using `@impl` has the following advantages:
This release brings further improvements to Calendar types. It adds arithmetic and others functions to `Time`, `Date`, `NaiveDateTime` and `Datetime` as well as conversion between different calendars.
-## v1.5.3 (2017-12-15)
+## v1.5.3 (2017-12-19)
### 1. Bug fixes
diff --git a/VERSION b/VERSION
index a73b43254..1d5e9e0ba 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5.2 \ No newline at end of file
+1.5.3 \ No newline at end of file
diff --git a/src/elixir.app.src b/src/elixir.app.src
index ca8948715..44dc129fc 100644
--- a/src/elixir.app.src
+++ b/src/elixir.app.src
@@ -1,6 +1,6 @@
{application, elixir,
[{description, "elixir"},
- {vsn, "1.5.2"},
+ {vsn, "1.5.3"},
{modules, [
elixir
]},