Skip to content

Commit

Permalink
Merge pull request #675 from awesto/releases/0.11.x
Browse files Browse the repository at this point in the history
Bump to version 0.11.2
  • Loading branch information
jrief committed Oct 27, 2017
2 parents 16af409 + 2283ba0 commit 51cb522
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# django-SHOP

[![Build Status](https://travis-ci.org/awesto/django-shop.svg?branch=master)](https://travis-ci.org/awesto/django-shop)
[![Build Status](https://travis-ci.org/awesto/django-shop.svg?branch=master)](https://travis-ci.org/awesto/django-shop?branch=master)
[![PyPI version](https://img.shields.io/pypi/v/django-shop.svg)](https://pypi.python.org/pypi/django-shop)
[![Join the chat at https://gitter.im/awesto/django-shop](https://badges.gitter.im/awesto/django-shop.svg)](https://gitter.im/awesto/django-shop?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Software license](https://img.shields.io/pypi/l/django-shop.svg)](https://pypi.python.org/pypi/django-shop)
Expand Down
1 change: 1 addition & 0 deletions docs/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ CONTRIBUTORS
* Martin Ogden
* Mike Yumatov
* Mikhail Kolesnik
* Nicolas Pascal
* Pavel Zhukov
* Pedro Gracia
* Per Rosengren
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Changelog for django-SHOP
* Paid but unshipped orders, now can be refunded. Possible be refactoring class
``CancelOrderWorkflowMixin``, which handles payment refunds.
* Add Order status to Order Detail View, so that the customer immediately sees what's going on.
* Add support for Python-3.6.


0.11.1
Expand Down
2 changes: 1 addition & 1 deletion shop/models/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from django.conf import settings
from django.db import models
from django.utils.six import python_2_unicode_compatible, with_metaclass, string_types
from django.utils.six import python_2_unicode_compatible, string_types
from django.utils.translation import ugettext_lazy as _, ugettext


Expand Down

0 comments on commit 51cb522

Please sign in to comment.