Skip to content

Commit

Permalink
Prepare for v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
harikvpy committed Oct 26, 2017
1 parent 86d4270 commit a6a703b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Expand Up @@ -65,3 +65,11 @@ History
apply their own optional initialization code to the CRUD forms.
* Added 6 more tests to cover new legacy_crud dict value support & form media
injection.

0.3.0 (2017-10-26)
++++++++++++++++++
* List view content is rendered in its own block, popupcrud_list, in the
template file. This allows the list content to be relocated to different
parts of the base template.
* Add ViewSet.empty_list_icon and ViewSet.empty_list_message properties. These
properties provide for prettier rendering of empty table states.
2 changes: 1 addition & 1 deletion popupcrud/__init__.py
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.3.0"

0 comments on commit a6a703b

Please sign in to comment.