Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Apr 24, 2018
1 parent de5e5e1 commit 49974cf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
=========
Changelog
=========

1.3.1 (2018-04-24)
------------------
Features:
* #118 Added ``code`` field in the ``ProductAttributeValueSerializer``.
* #119 Default add ``upc`` to the ``ProductSerializer``

Fixes:
* Added app_label to the `ApiKey` model so you don't need to have `oscarapi` in INSTALLED_APPS when using oscarapi middleware classes (when you don't need oscarapi specific models).

Notes:
Dropped support for Django 1.10.x.


1.3.0 (2018-01-16)
------------------
Features:
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = "1.3.0"
__version__ = "1.3.1"


setup(
Expand All @@ -15,7 +15,6 @@
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit 49974cf

Please sign in to comment.