Skip to content

Commit 127f8c9

Browse files
committed
bump to version 1.2.2
1 parent 8f778ff commit 127f8c9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.2
2+
-----
3+
- Fix a bug when using records with arguments
4+
15
1.2.1
26
-----
37
- Raise an exception if you pass structured data without setting SD-ID

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.2.1",
8+
version="1.2.2",
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, 2, 1)
7+
version_info = (1, 2, 2)
88
__version__ = '.'.join(str(s) for s in version_info)
99
__author__ = 'EasyPost <[email protected]>'
1010

0 commit comments

Comments
 (0)