update changelog
This commit is contained in:
parent
fec34d8290
commit
4174e6d77d
3 changed files with 14 additions and 3 deletions
11
CHANGES.txt
11
CHANGES.txt
|
@ -1,4 +1,15 @@
|
|||
|
||||
0.3a23
|
||||
------
|
||||
|
||||
* Fixed bugs where edit links were appearing for unprivileged users.
|
||||
|
||||
* Added support for product codes.
|
||||
|
||||
These are shown when viewing a product, and may be used to locate a product
|
||||
via search filters.
|
||||
|
||||
|
||||
0.3a22
|
||||
------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.3a22'
|
||||
__version__ = '0.3a23'
|
||||
|
|
4
setup.py
4
setup.py
|
@ -62,8 +62,8 @@ requires = [
|
|||
#
|
||||
# package # low high
|
||||
|
||||
'edbob[db,pyramid]>=0.1a16', # 0.1a17.dev
|
||||
'rattail>=0.3a27', # 0.3a27
|
||||
'edbob[db,pyramid]>=0.1a29', # 0.1a29
|
||||
'rattail>=0.3a40', # 0.3a40
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue