Skip to content

Commit

Permalink
Released 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrochh committed Oct 6, 2013
1 parent 848268c commit f5ea595
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Version ongoing
===============

Version 0.1.4
==============

* Checking for user on order before sending notification email. This allows
or anonymous shopping.


Version 0.1.3
==============
Expand Down
2 changes: 1 addition & 1 deletion shop_simplenotifications/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (0, 1, 3, 'final')
VERSION = (0, 1, 4, 'final')

if VERSION[-1] != "final": # pragma: no cover
__version__ = '.'.join(map(str, VERSION))
Expand Down

0 comments on commit f5ea595

Please sign in to comment.