Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Jan 7, 2021
1 parent 0205e62 commit 56b4d2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.0.15] - 2021-1-7

Removed protocol classes and mypy pre-commit requirement

## [0.0.14] - 2021-1-6

Dependency bugfix
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Third Party Libraries
from setuptools import setup

version = "0.0.14"
version = "0.0.15"

setup(
name="django-turbo-response",
Expand Down

0 comments on commit 56b4d2c

Please sign in to comment.