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"