Skip to content

Commit a0cf980

Browse files
committed
Version bump
1 parent c341a25 commit a0cf980

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.0.45] - 2021-4-2
4+
5+
Refactor renderers and remove dependency on form widget renderer classes
6+
37
## [0.0.44] - 2021-4-2
48

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from setuptools import find_packages, setup
33

4-
version = "0.0.44"
4+
version = "0.0.45"
55

66
setup(
77
name="django-turbo-response",

0 commit comments

Comments
 (0)