From: Armin Ronacher Date: Sat, 2 Jun 2007 12:11:35 +0000 (+0200) Subject: [svn] removed "release" shortcut in makefile X-Git-Tag: 2.0rc1~296 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2f43ba4a1fc0cf3c682538a335ff3c5f6b5dd1a4;p=jinja2.git [svn] removed "release" shortcut in makefile --HG-- branch : trunk --- diff --git a/CHANGES b/CHANGES index 29a981d..814baf8 100644 --- a/CHANGES +++ b/CHANGES @@ -84,7 +84,7 @@ Version 1.1 - implemented the `{% call %}` block. `call` and `endcall` can still be used as identifiers until Jinja 1.3 -- it's not possible to stream templates. +- it's now possible to stream templates. - fixed a corner case when defining a block inside of a condition diff --git a/Makefile b/Makefile index 17f0b32..5728fdb 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,3 @@ webpage: pylint: @pylint --rcfile scripts/pylintrc jinja - -release: documentation - @(python2.3 setup.py release bdist_egg upload; python2.4 setup.py release bdist_egg upload; python2.5 setup.py release bdist_egg sdist upload) - -test-release: documentation - @(python2.3 setup.py release bdist_egg; python2.4 setup.py release bdist_egg; python2.5 setup.py release bdist_egg sdist)