Update changelog.
This commit is contained in:
parent
a3cfbd1e09
commit
03c72d850d
|
@ -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
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -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
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.3.18'
|
__version__ = u'0.3.19'
|
||||||
|
|
Loading…
Reference in a new issue