update changelog

This commit is contained in:
Lance Edgar 2013-02-20 22:14:42 -08:00
parent 8368754ba6
commit bd700431f6
3 changed files with 10 additions and 2 deletions

View file

@ -1,4 +1,12 @@
0.3a19
------
- [feature] Made batch creation and execution threads aware of
`sys.excepthook`. Updated both instances to use `rattail.threads.Thread`
instead of `threading.Thread`. This way if an exception occurs within the
thread, the registered handler will be invoked.
0.3a18 0.3a18
------ ------

View file

@ -1 +1 @@
__version__ = '0.3a18' __version__ = '0.3a19'

View file

@ -63,7 +63,7 @@ requires = [
# package # low high # package # low high
'edbob[db,pyramid]>=0.1a16', # 0.1a17.dev 'edbob[db,pyramid]>=0.1a16', # 0.1a17.dev
'rattail>=0.3a9', # 0.3a10.dev 'rattail>=0.3a27', # 0.3a27
] ]