Skip to content

Commit

Permalink
Merge pull request #171 from Hipo/bump-version
Browse files Browse the repository at this point in the history
Update package version and README.md
  • Loading branch information
omerfarukabaci authored Jan 7, 2022
2 parents 481d2c2 + 7cd7d08 commit fcb9aff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ Extra Fields for Django Rest Framework
Latest Changes
==============

- **v3.3.0**
- :warning: **BACKWARD INCOMPATIBLE** :warning:
- Support for `Python 3.6` is ended.
- **v3.2.1**
- A typo in the `python_requires` argument of `setup.py` that prevents installation for Python 3.6 is fixed.
- A typo in the `python_requires` argument of `setup.py` that prevents installation for `Python 3.6` is fixed.
- **v3.2.0**
- Support for Python 3.5 is ended.
- Python 3.9 and 3.10 are now supported.
- Django 3.2 is now supported.
- :warning: **BACKWARD INCOMPATIBLE** :warning:
- Support for `Python 3.5` is ended.
- `Python 3.9` and `Python 3.10` are now supported.
- `Django 3.2` is now supported.
- **v3.1.1**
- `psycopg2` dependency is made optional.
- **v3.1.0**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='drf-extra-fields',
version='3.2.1',
version='3.3.0',
packages=['drf_extra_fields',
'drf_extra_fields.runtests'],
include_package_data=True,
Expand Down

0 comments on commit fcb9aff

Please sign in to comment.