Compare commits

...

2 commits
master ... v0.4

Author SHA1 Message Date
Lance Edgar 15cc17b577 bump version 2012-12-15 09:57:41 -08:00
Lance Edgar c53aa8c534 initial rattail v0.4 port (savepoint) 2012-12-14 09:29:39 -08:00
3 changed files with 4 additions and 5 deletions

View file

@ -1 +1 @@
__version__ = '0.3a3'
__version__ = '0.4a1'

View file

@ -28,8 +28,7 @@
from cStringIO import StringIO
import edbob
import rattail
from rattail import labels
@ -55,7 +54,7 @@ class BlasterFormatter(labels.CommandFormatter):
]
def label_footer_commands(self):
noindex = edbob.config.getboolean(
noindex = rattail.config.getboolean(
'rattail.hw.cognitive', 'blaster.hack_noindex', default=False)
if noindex:
return [

View file

@ -62,7 +62,7 @@ requires = [
#
# package # low high
'rattail>=0.3a6', # 0.3a7.dev
'rattail>=0.4a1.dev', # 0.4a1.dev
]