Skip to content

Commit 2a18dd3

Browse files
committed
bump to 1.2.0
1 parent 2f776af commit 2a18dd3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.2.0
2+
-----
3+
- Support overriding procid/msgid and setting structured data (#11; thanks @tkoopman)
4+
- Add some new tests
5+
16
1.1.1
27
-----
38
- Add some more meta-information to setup.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="syslog-rfc5424-formatter",
8-
version="1.1.1",
8+
version="1.2.0",
99
author="EasyPost",
1010
author_email="[email protected]",
1111
url="https://github.com/easypost/syslog-rfc5424-formatter",

syslog_rfc5424_formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import datetime
55
import re
66

7-
version_info = (1, 1, 2)
7+
version_info = (1, 2, 0)
88
__version__ = '.'.join(str(s) for s in version_info)
99
__author__ = 'EasyPost <[email protected]>'
1010

0 commit comments

Comments
 (0)