Skip to content

Commit

Permalink
Shuup 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulimaki committed Sep 29, 2016
1 parent 547b405 commit 05c8b72
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 54 deletions.
62 changes: 11 additions & 51 deletions doc/changelog.rst
@@ -1,70 +1,30 @@
Shuup Change Log
================

Unrealeased
SHUUP 0.5.0
-----------

- List all changes after last release here (newer on top). Each change
on a separate bullet point line. Wrap the file at 79 columns or so.
When releasing next version, the "Unreleased" header will be replaced
with appropriate version header and this help text will be removed.

Core
~~~~

Localization
~~~~~~~~~~~~
Released on 2016-09-29 12:20pm -0800.

Admin
~~~~~

- Enable login with email
- Update menu

Addons
~~~~~~

Front
~~~~~

Xtheme
~~~~~~

Classic Gray Theme
~~~~~~~~~~~~~~~~~~

Simple Supplier
~~~~~~~~~~~~~~~

Order Printouts
~~~~~~~~~~~~~~~

Campaigns
~~~~~~~~~

Customer Group Pricing
~~~~~~~~~~~~~~~~~~~~~~

Discount Pricing
~~~~~~~~~~~~~~~~

Simple CMS
~~~~~~~~~~

Default Tax
~~~~~~~~~~~

Guide
~~~~~

Importer
~~~~~~~~
Core
~~~~

Regions
~~~~~~~
- Fix bug in prices
- Avoid calculations based on rounded values
- Round tax summary values so that the prices shown in
summary matches with order totals

General/miscellaneous
~~~~~~~~~~~~~~~~~~~~~

- Add support for Django 1.9.x

SHUUP 0.4.7
-----------

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -69,9 +69,9 @@ def patch_for_introspection():
# built documents.
#
# The short X.Y version.
version = '0.4+'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4.7+'
release = '0.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
13 changes: 13 additions & 0 deletions doc/release_notes/0.5.0.rst
@@ -0,0 +1,13 @@
Shuup 0.5.0 Release Notes
=========================

Released on 2016-09-29 12:20pm -0800.

Add support for Django 1.9.x

Admin: Enable login with email and Update menu
Core: Fix bug in rounding priceful attributes

For all changes see the full changelog:
:doc:`../shoop-changelog` or `Git commit log
<https://github.com/shuup/shuup/commits/v0.5.0>`__.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@
# - Add ".post0.dev" suffix to VERSION variable here

NAME = 'shuup'
VERSION = '0.4.7.post0.dev'
VERSION = '0.5.0'
DESCRIPTION = 'E-Commerce Platform'
AUTHOR = 'Shoop Commerce Ltd.'
AUTHOR_EMAIL = 'shuup@shuup.com'
Expand Down

0 comments on commit 05c8b72

Please sign in to comment.