Skip to content

Commit

Permalink
Version updated from 1.4.2 to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jobec committed May 19, 2019
1 parent ec216c3 commit 8426fd9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '1.4.2'
version = '1.4.3'
# The full version, including alpha/beta/rc tags.
release = '1.4.2'
release = '1.4.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major = 1
minor = 4
patch = 2
patch = 3
2 changes: 1 addition & 1 deletion rfc5424logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)
from .transport import FRAMING_NON_TRANSPARENT, FRAMING_OCTET_COUNTING

__version__ = "1.4.2"
__version__ = "1.4.3"

__all__ = [
'Rfc5424SysLogHandler',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='rfc5424-logging-handler',
version='1.4.2',
version='1.4.3',
packages=find_packages(exclude=["test"]),
author='Joris Beckers',
author_email='joris.beckers@gmail.com',
Expand Down

0 comments on commit 8426fd9

Please sign in to comment.