Skip to content

Commit

Permalink
update version number after container_bufsize fix by makije
Browse files Browse the repository at this point in the history
  • Loading branch information
techmaurice committed Jul 25, 2013
1 parent 31c4d29 commit 604200f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fido/fido.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from xml.etree import ElementTree as CET
from xml.etree import ElementTree as VET # versions.xml

version = '1.1.8'
version = '1.1.9'
defaults = {'bufsize': 128 * 1024, # (bytes)
'regexcachesize' : 2084, # (bytes)
'conf_dir' : os.path.join(os.path.dirname(__file__), 'conf'),
Expand Down

0 comments on commit 604200f

Please sign in to comment.