Skip to content

Commit

Permalink
Prepare for release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Nov 22, 2019
1 parent e81c72d commit 63aa171
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog
=========

2.0.1 (2019-11-22)
------------------
This is a bugfix release for version 2.0.0.

Fixed:
* `#187 <https:/django-oscar/django-oscar-api/pull/187>`_ Have more informative validation errors when using the ``AttributeValueField``
* `#190 <https:/django-oscar/django-oscar-api/pull/190>`_ Fix broken ``Orderline`` Admin API view, improved ``BasketView`` queryset
* `#191 <https:/django-oscar/django-oscar-api/pull/191>`_ Fix quantity validation in ``AddProductView`` (laevilgenius)
* `#194 <https:/django-oscar/django-oscar-api/pull/194>`_ Do not change the "total" field type from Decimal to Price in the ``CheckouSerializer``
* `#195 <https:/django-oscar/django-oscar-api/pull/195>`_ Fix broken API views when the Admin API is disabled. This adds a new ``StockRecord`` view for products
* `#197 <https:/django-oscar/django-oscar-api/pull/197>`_ Fix typos in README (Patil2099)
* `#198 <https:/django-oscar/django-oscar-api/pull/198>`_ Fix unused imports and typos (Samitnuk)


2.0.0 (2019-09-09)
-------------------
Features:
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__ = "2.0.0"
__version__ = "2.0.1"

setup(
# package name in pypi
Expand Down

0 comments on commit 63aa171

Please sign in to comment.