Skip to content

Commit

Permalink
Merge pull request #53 from Hipo/releases
Browse files Browse the repository at this point in the history
Added release notes for version 1.0.0
  • Loading branch information
yigitguler authored Apr 9, 2018
2 parents b05f3a0 + 546e3f6 commit 3aeb157
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ pip install django-extra-fields
- Install version 0.3 or greater for Django Rest Framework 3.*


Releases
--------

**1.0.0 (Latest version)**

- `PointField` is changed. The field now returns float coordinates instead of strings. It's a breaking change. If you want to return string coordinates add `str_points=True` as an argument. See [PointField](#pointfield) documentation for more details.


Fields:
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-extra-fields',
version='0.10',
version='1.0.0',
packages=['drf_extra_fields',
'drf_extra_fields.runtests'],
include_package_data=True,
Expand Down

0 comments on commit 3aeb157

Please sign in to comment.