Skip to content

Commit

Permalink
Set version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Dec 25, 2016
1 parent 38967e8 commit c29d2b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.adoc
@@ -1,6 +1,12 @@
Changelog
=========

Version 2.2.2
-------------

- Fix many warnings for django 2.0
Version 2.2.1
-------------

Expand Down
2 changes: 0 additions & 2 deletions README.rst
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion doc/content.adoc
Expand Up @@ -13,6 +13,7 @@ Andrey Antukh, <niwi@niwi.be>
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,
Expand Down Expand Up @@ -552,7 +553,7 @@ License
[source,text]
----
Copyright (c) 2011-2015 Andre Antukh <niwi@niwi.be>
Copyright (c) 2011-2017 Andre Antukh <niwi@niwi.be>

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit c29d2b1

Please sign in to comment.