From ee4fdafb24f3522c957cbddcde3667552f025f2a Mon Sep 17 00:00:00 2001 From: Paul Craciunoiu Date: Wed, 8 Jan 2020 14:56:00 -0700 Subject: [PATCH] Bump version. --- README.md | 4 ++++ django_seo_js/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bbe07a..a9a47bf 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,10 @@ Original development was at GreenKahuna (now defunct.) # Releases +### 0.3.3 - Jan 8, 2020 + +Add `SEO_JS_SEND_USER_AGENT` setting. + ### 0.3.2 - March 6, 2019 See [releases](https://github.com/skoczen/django-seo-js/releases) diff --git a/django_seo_js/__init__.py b/django_seo_js/__init__.py index c4fd5ef..f8c8a10 100644 --- a/django_seo_js/__init__.py +++ b/django_seo_js/__init__.py @@ -1 +1 @@ -VERSION = "0.3.2" +VERSION = "0.3.3"