Skip to content

Commit

Permalink
Preparing release 1.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
timmartin19 committed Jun 29, 2015
1 parent 53c9df6 commit e86a058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
CHANGELOG
=========

0.6.2 (unreleased)
==================
1.0.0b1 (2015-06-29)
====================

- Fixed bug in url for the resource instance returned by the RetrieveList mixin.
- manager_field_validators attribute in @translate decorator removed. It's now expected that you explicitly call translate_fields in your method if you wish to translate fields in an inheritable class apimethod
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

import os

version = '0.6.2.dev0'
version = '1.0.0b1'

base_dir = os.path.dirname(__file__)

Expand Down

0 comments on commit e86a058

Please sign in to comment.