Skip to content

Commit

Permalink
Bumps version, adds credit
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Skoczen committed Nov 16, 2021
1 parent 8f38734 commit c221637
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,16 @@ django-seo-js was originally written and is maintained by [Steven Skoczen](https
- [mattrobenolt](https://github.com/mattrobenolt) mad things faster, better, and stronger.
- [rchrd2](https://github.com/rchrd2) fixed a breaking bug with the user agent middleware.
- [thoop](https://github.com/thoop) gave you `SEO_JS_IGNORE_EXTENSIONS`, allowing you to ignore by extension.
- [bhoop77](https://github.com/bhoop77) fixed the defaults to work wiht Googlebot's new setup.


Original development was at GreenKahuna (now defunct.)

# Releases

### 0.3.4 - Jan 8, 2020
Fixes googlebot defaults [issue](https://github.com/skoczen/django-seo-js/issues/39).

### 0.3.3 - Jan 8, 2020

Add `SEO_JS_SEND_USER_AGENT` setting.
Expand Down
2 changes: 1 addition & 1 deletion django_seo_js/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.3.3"
VERSION = "0.3.4"

0 comments on commit c221637

Please sign in to comment.