Update changelog.

This commit is contained in:
Lance Edgar 2014-09-13 12:08:03 -07:00
parent a3cfbd1e09
commit 03c72d850d
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,11 @@
.. -*- coding: utf-8 -*- .. -*- coding: utf-8 -*-
0.3.19
------
* Add support for ``Product.not_for_sale`` flag.
0.3.18 0.3.18
------ ------

View file

@ -21,6 +21,7 @@
# #
################################################################################ ################################################################################
from __future__ import unicode_literals
import os.path import os.path
from setuptools import setup, find_packages from setuptools import setup, find_packages
@ -84,7 +85,7 @@ requires = [
'pyramid_exclog', # 0.6 'pyramid_exclog', # 0.6
'pyramid_simpleform', # 0.6.1 'pyramid_simpleform', # 0.6.1
'pyramid_tm', # 0.3 'pyramid_tm', # 0.3
u'rattail[db]>=0.3.33', # 0.3.33 'rattail[db]>=0.3.37', # 0.3.37
'transaction', # 1.2.0 'transaction', # 1.2.0
'waitress', # 0.8.1 'waitress', # 0.8.1
'WebHelpers', # 1.3 'WebHelpers', # 1.3

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = u'0.3.18' __version__ = u'0.3.19'