Skip to content

Commit

Permalink
Add changelog, set version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P Kilby committed Jul 10, 2018
1 parent 07e726f commit 2d346b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -0,0 +1,7 @@
Unreleased
==========

0.1.0 (2018-07-09)
==================

- Port initial implementation from Django REST Framework.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@ def read(filename):

setup(
name='djangorestframework-guardian',
version='1.0.0',
version='0.1.0',
author='Ryan P Kilby',
url='https://github.com/rpkilby/django-rest-framework-guardian',
description='django-guardian support for Django REST Framework',
Expand Down

0 comments on commit 2d346b1

Please sign in to comment.