From 8052226af91df9fddd1379234d11eb042ce77f8f Mon Sep 17 00:00:00 2001 From: Nar Kumar Date: Wed, 3 Feb 2016 18:06:43 +0100 Subject: [PATCH] bump version number to 2.0 --- README.md | 3 +++ taggit_selectize/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bae8f90..24eaeb0 100644 --- a/README.md +++ b/README.md @@ -146,3 +146,6 @@ Versions 1. 0.x Initial release with Django 1.5 - 1.8 support. Latest upload on this series is `0.1.2`. Use this if you need old Django support. 2. 1.x Release with Django 1.9 support. + +3. 2.x This version might introduce backward incompatibility. It improves the way it works (widget instead of admin overrride) and adds many new features +[Thanks a ton to Nathan](https://github.com/chhantyal/taggit-selectize/pull/5). diff --git a/taggit_selectize/__init__.py b/taggit_selectize/__init__.py index e43be03..3b3dacb 100644 --- a/taggit_selectize/__init__.py +++ b/taggit_selectize/__init__.py @@ -1 +1 @@ -__version__ = '1.0' \ No newline at end of file +__version__ = '2.0'