Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed May 26, 2021
1 parent cbc1773 commit f59a33b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ django-siteajax changelog
=========================


Unreleased
----------
v0.2.0 [2021-05-26]
-------------------
+ Added 'Ajax.restore_history' flag.
+ Added 'ajax_dispatch' decorator.
+ Added support for 'event-header' htmx extension ('Ajax.event').
Expand All @@ -12,4 +12,4 @@ Unreleased

v0.1.0 [2021-05-25]
-------------------
+ Basic functionality.
+ Basic functionality.
2 changes: 1 addition & 1 deletion siteajax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


VERSION = (0, 1, 0)
VERSION = (0, 2, 0)
"""Application version number tuple."""

VERSION_STR = '.'.join(map(str, VERSION))
Expand Down

0 comments on commit f59a33b

Please sign in to comment.