Skip to content

Commit 7e615b2

Browse files
Upgrade version
1 parent a24722a commit 7e615b2

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,6 +1,10 @@
11
Changes
22
=======
33

4+
Version 0.6.9
5+
-------------
6+
* Fix: fix passing simple values (strings or numbers) as parameters.
7+
48
Version 0.6.8
59
-------------
610
* Feature: "onload" parameter for the async_include template_tag, allowing calling a callback function.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="django-async-include",
23-
version="0.6.8",
23+
version="0.6.9",
2424
author="Diego J. Romero López",
2525
author_email="[email protected]",
2626
description=(

0 commit comments

Comments
 (0)