Skip to content

Commit 8426fd9

Browse files
committed
Version updated from 1.4.2 to 1.4.3
1 parent ec216c3 commit 8426fd9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '1.4.2'
59+
version = '1.4.3'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '1.4.2'
61+
release = '1.4.3'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

punch_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
major = 1
22
minor = 4
3-
patch = 2
3+
patch = 3

rfc5424logging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
)
2626
from .transport import FRAMING_NON_TRANSPARENT, FRAMING_OCTET_COUNTING
2727

28-
__version__ = "1.4.2"
28+
__version__ = "1.4.3"
2929

3030
__all__ = [
3131
'Rfc5424SysLogHandler',

setup.py

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

88
setup(
99
name='rfc5424-logging-handler',
10-
version='1.4.2',
10+
version='1.4.3',
1111
packages=find_packages(exclude=["test"]),
1212
author='Joris Beckers',
1313
author_email='joris.beckers@gmail.com',

0 commit comments

Comments
 (0)