diff --git a/README.md b/README.md index 1a0be1c..4f4eaa3 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index d6832db..d8e0bf7 100644 --- a/setup.py +++ b/setup.py @@ -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,