Skip to content

Commit

Permalink
change version schema to major.minor.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
alicertel committed Apr 6, 2018
1 parent 05afca8 commit 546e3f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pip install django-extra-fields
Releases
--------

**1.0 (Latest version)**
**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.

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='1.0',
version='1.0.0',
packages=['drf_extra_fields',
'drf_extra_fields.runtests'],
include_package_data=True,
Expand Down

0 comments on commit 546e3f6

Please sign in to comment.