From c29d2b19e772eba36bdb1b83b427a9cc0274f6e5 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 25 Dec 2016 12:08:33 +0100 Subject: [PATCH] Set version to 2.2.2 --- CHANGES.adoc | 6 ++++++ README.rst | 2 -- doc/content.adoc | 3 ++- setup.py | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 1c84303..87d1c56 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -1,6 +1,12 @@ Changelog ========= +Version 2.2.2 +------------- + +- Fix many warnings for django 2.0 + + Version 2.2.1 ------------- diff --git a/README.rst b/README.rst index d0d46a9..40cf0e6 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,6 @@ django-jinja Simple and nonobstructive jinja2 integration with Django. -**Now with support for django 1.8** - .. image:: https://img.shields.io/travis/niwinz/django-jinja.svg?style=flat :target: https://travis-ci.org/niwinz/django-jinja diff --git a/doc/content.adoc b/doc/content.adoc index 143b4e2..4b0f936 100644 --- a/doc/content.adoc +++ b/doc/content.adoc @@ -13,6 +13,7 @@ Andrey Antukh, django-jinja is a xref:license[BSD Licensed], simple and nonobstructive jinja2 backend for Django. + === Rationale Jinja2 provides certain advantages over the native system of Django, for example, @@ -552,7 +553,7 @@ License [source,text] ---- -Copyright (c) 2011-2015 Andre Antukh +Copyright (c) 2011-2017 Andre Antukh All rights reserved. diff --git a/setup.py b/setup.py index b545e24..bde8ce6 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name = "django-jinja", - version = "2.2.1", + version = "2.2.2", description = "Jinja2 templating language integrated in Django.", long_description = "", keywords = "django, jinja2",