Skip to content

Commit

Permalink
Bump to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pix666 committed Oct 19, 2020
1 parent ebfbd21 commit 247b075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper_admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ class MyModelAdmin(SortableAdminMixin, admin.ModelAdmin):
sortable = 'order'
"""
__version__ = "1.0.1"
__version__ = "1.0.2"
default_app_config = 'paper_admin.apps.Config'

0 comments on commit 247b075

Please sign in to comment.