File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- NEXT
1+ 0.3.2
22----
33- Fix ` DeprecationWarning ` (thanks again to @pvinci )
44- Drop Python 3.3 from officially-supported list of interpreters
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def install_requires():
1111
1212setup (
1313 name = "syslog-rfc5424-parser" ,
14- version = "0.3.1 " ,
14+ version = "0.3.2 " ,
1515 author = "James Brown" ,
1616 author_email = "jbrown@easypost.com" ,
1717 url = "https://github.com/easypost/syslog-rfc5424-parser" ,
Original file line number Diff line number Diff line change 11from .message import SyslogMessage , ParseError
22
3- version_info = (0 , 3 , 1 )
3+ version_info = (0 , 3 , 2 )
44__version__ = '.' .join (map (str , version_info ))
55__author__ = 'James Brown <jbrown@easypost.com>'
66
You can’t perform that action at this time.
0 commit comments