Browse Source

release 0.12.1.

Andreas Stenius 8 years ago
parent
commit
bb1ae0f005
2 changed files with 3 additions and 5 deletions
  1. 1 3
      NEWS.md
  2. 2 2
      src/erlydtl.app.src

+ 1 - 3
NEWS.md

@@ -4,9 +4,7 @@ This file records noteworthy changes and additions to erlydtl as
 suggested by the [GNU Coding
 suggested by the [GNU Coding
 Standards](http://www.gnu.org/prep/standards/html_node/NEWS-File.html#NEWS-File).
 Standards](http://www.gnu.org/prep/standards/html_node/NEWS-File.html#NEWS-File).
 
 
-## 0.13.0 (NYR)
-
-* #247 Mark output as safe using a `{safe, Data}` tuple.
+## 0.12.1 (2016-09-21)
 
 
 * #248 support filters in `{{ _(var) }}`.
 * #248 support filters in `{{ _(var) }}`.
 
 

+ 2 - 2
src/erlydtl.app.src

@@ -1,11 +1,11 @@
 %% -*- mode: erlang -*-
 %% -*- mode: erlang -*-
 {application, erlydtl,
 {application, erlydtl,
  [{description, "Django Template Language for Erlang"},
  [{description, "Django Template Language for Erlang"},
-  {vsn, "0.12.0"},
+  {vsn, "0.12.1"},
   {modules, []},
   {modules, []},
   {applications, [kernel, stdlib, compiler, syntax_tools, merl]},
   {applications, [kernel, stdlib, compiler, syntax_tools, merl]},
   {registered, []},
   {registered, []},
-  {maintainers, ["erlydtl", "Heinz N. Gies"]},
+  {maintainers, ["Andreas Stenius (@kaos)", "Heinz N. Gies"]},
   {licenses,["MIT"]},
   {licenses,["MIT"]},
   {links,[{"Github",
   {links,[{"Github",
            "https://github.com/erlydtl/erlydtl"}]}
            "https://github.com/erlydtl/erlydtl"}]}