Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
releasing 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dArignac committed Dec 14, 2015
1 parent 3d3553a commit 02b2199
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
Change Log
==========

`TO BE RELEASED: 0.5 <https://pypi.python.org/pypi/django-amazon-price-monitor/0.5>`__
--------------------------------------------------------------------------------------
`0.5 <https://pypi.python.org/pypi/django-amazon-price-monitor/0.5>`__
----------------------------------------------------------------------
**Implemented enhancements:**

- Add link to PM frontend in notification email
`#76 <https://github.com/ponyriders/django-amazon-price-monitor/issues/76>`__
- Django 1.9 support (see `pull request #80 <https://github.com/ponyriders/django-amazon-price-monitor/pull/80>`__)

**Fixed bugs:**

- FindProductsToSynchronizeTask is not always rescheduled
`#61 <https://github.com/ponyriders/django-amazon-price-monitor/issues/61>`__
- Font files not included in package
`#75 <https://github.com/ponyriders/django-amazon-price-monitor/issues/75>`__
- Add link to PM frontend in notification email
`#76 <https://github.com/ponyriders/django-amazon-price-monitor/issues/76>`__
- Identify as Amazon associate
`#77 <https://github.com/ponyriders/django-amazon-price-monitor/issues/77>`__

Expand All @@ -25,7 +29,7 @@ Change Log
(`dArignac <https://github.com/dArignac>`__)

`0.4 <https://pypi.python.org/pypi/django-amazon-price-monitor/0.4>`__
------------------------------------------------------------------------------------
----------------------------------------------------------------------
**Implemented enhancements:**

- Deprecate old frontend
Expand Down Expand Up @@ -53,7 +57,7 @@ Change Log
(`mmrose <https://github.com/mmrose>`__)

`0.3b2 <https://pypi.python.org/pypi/django-amazon-price-monitor/0.3b2>`__
------------------------------------------------------------------------------------
--------------------------------------------------------------------------

**Implemented enhancements:**

Expand Down Expand Up @@ -148,7 +152,7 @@ Change Log
(`waffle-iron <https://github.com/waffle-iron>`__)

Pre-Releases
------------------------------------------------------------------------------------
------------
- unfortunately everything before was not packaged and released nor tracked.

\* This Change Log was automatically generated by
Expand Down
2 changes: 1 addition & 1 deletion price_monitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
__version_info__ = {
'major': 0,
'minor': 4,
'minor': 5,
'micro': 0,
'releaselevel': 'final',
'serial': 0,
Expand Down

0 comments on commit 02b2199

Please sign in to comment.