Skip to content

Commit

Permalink
Update to Django Google Analytics 4.4.2
Browse files Browse the repository at this point in the history
Following my PR being merged in the Django Google Analytics app, a new
release was made to PyPI.

PR:
praekeltfoundation/django-google-analytics#65
  • Loading branch information
WayneLambert committed Aug 19, 2020
1 parent a581cc2 commit 2dcc5f2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ pylint-django = "==2.2.0"
pycodestyle = "==2.6.0"
ipdb = "==0.13.2"
ipython = "==7.16.1"
rich = "==5.2.0"

[packages]
django = "==3.0.9"
djangorestframework = "==3.11.1"
django-cors-headers = "==3.4.0"
django-crispy-forms = "==1.9.2"
django-recaptcha = "==2.0.6"
django-google-analytics-app = "==4.4.1"
django-google-analytics-app = "==4.4.2"
django-widget-tweaks = "==1.4.8"
django-shapeshifter = "==18.9.23"
django-bootstrap4 = "==2.2.0"
Expand Down
37 changes: 30 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2dcc5f2

Please sign in to comment.