Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Apr 2, 2021
1 parent a79fef9 commit dc49e86
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.44] - 2021-4-2

Allow renderer as arg for all stream and frame mixins/classes

## [0.0.40] - 2021-4-2

Use file-based templates for rendering streams/frames
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import find_packages, setup

version = "0.0.42"
version = "0.0.44"

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

0 comments on commit dc49e86

Please sign in to comment.