From 02b2199887844eb17c39b7cadaaca31ed2b954ba Mon Sep 17 00:00:00 2001 From: Alexander Herrmann Date: Mon, 14 Dec 2015 17:37:08 +0100 Subject: [PATCH] releasing 0.5.0 --- HISTORY.rst | 18 +++++++++++------- price_monitor/__init__.py | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d6d7312..603d891 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,16 +1,20 @@ Change Log ========== -`TO BE RELEASED: 0.5 `__ --------------------------------------------------------------------------------------- +`0.5 `__ +---------------------------------------------------------------------- +**Implemented enhancements:** + + - Add link to PM frontend in notification email + `#76 `__ + - Django 1.9 support (see `pull request #80 `__) + **Fixed bugs:** - FindProductsToSynchronizeTask is not always rescheduled `#61 `__ - Font files not included in package `#75 `__ - - Add link to PM frontend in notification email - `#76 `__ - Identify as Amazon associate `#77 `__ @@ -25,7 +29,7 @@ Change Log (`dArignac `__) `0.4 `__ ------------------------------------------------------------------------------------- +---------------------------------------------------------------------- **Implemented enhancements:** - Deprecate old frontend @@ -53,7 +57,7 @@ Change Log (`mmrose `__) `0.3b2 `__ ------------------------------------------------------------------------------------- +-------------------------------------------------------------------------- **Implemented enhancements:** @@ -148,7 +152,7 @@ Change Log (`waffle-iron `__) Pre-Releases ------------------------------------------------------------------------------------- +------------ - unfortunately everything before was not packaged and released nor tracked. \* This Change Log was automatically generated by diff --git a/price_monitor/__init__.py b/price_monitor/__init__.py index e0349e6..a9fc721 100644 --- a/price_monitor/__init__.py +++ b/price_monitor/__init__.py @@ -3,7 +3,7 @@ """ __version_info__ = { 'major': 0, - 'minor': 4, + 'minor': 5, 'micro': 0, 'releaselevel': 'final', 'serial': 0,