update changelog
This commit is contained in:
parent
8368754ba6
commit
bd700431f6
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.3a18'
|
||||
__version__ = '0.3a19'
|
||||
|
|
2
setup.py
2
setup.py
|
@ -63,7 +63,7 @@ requires = [
|
|||
# package # low high
|
||||
|
||||
'edbob[db,pyramid]>=0.1a16', # 0.1a17.dev
|
||||
'rattail>=0.3a9', # 0.3a10.dev
|
||||
'rattail>=0.3a27', # 0.3a27
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue