Skip to content

Commit

Permalink
Prepare for release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Aug 26, 2019
1 parent 5eacfc5 commit ec30d82
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
Changelog
=========

1.6.1 (2019-06-27)
1.6.2 (2019-08-26)
-------------------
Fixed:
* `#182 <https://github.com/django-oscar/django-oscar-api/pull/182>`_ Fix error when ``OSCARAPI_BLOCK_ADMIN_API_ACCESS`` is not defined in settings
* `#183 <https://github.com/django-oscar/django-oscar-api/pull/183>`_ Removed unused ``Meta`` class from ``AdductSerializer`` (samitnuk)

Features:
* `#180 <https://github.com/django-oscar/django-oscar-api/pull/180>`_ Improved Products Admin API: Allow PUT and PATCH without specifying ID
* `#181 <https://github.com/django-oscar/django-oscar-api/pull/181>`_ Improved Categories Admin API: Create categories from full slug (StefanJilsink)


1.6.1 (2019-06-27)
-------------------
Fixed:
* `#176 <https://github.com/django-oscar/django-oscar-api/pull/176>`_ Fixed an issue where Child Products could not be updated with the Admin API
Expand All @@ -15,7 +26,7 @@ Features:
* `#178 <https://github.com/django-oscar/django-oscar-api/pull/178>`_ Send the basket addition signal in the ``AddProductView``
* `#179 <https://github.com/django-oscar/django-oscar-api/pull/179>`_ Check for the ``OSCARAPI_BLOCK_ADMIN_API_ACCESS`` setting to expose the *Admin API* at all. Useful for production websites where you completely want to disable this. Updated documentation for this

1.6.0 (2019-06-13)
1.6.0 (2019-06-13)
-------------------
This release is primary focussed on (some long desired) new features. This will also be the last release which is compatible with django-oscar 1.5.x and 1.6.x and django 1.11/2.1. The next release, 2.0, will be compatible with django-oscar 2.0.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

__version__ = "1.6.1"
__version__ = "1.6.2"


setup(
Expand Down

0 comments on commit ec30d82

Please sign in to comment.