Skip to content

Commit a9fbe54

Browse files
committed
2.4.2
1 parent 3d18a81 commit a9fbe54

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.1
1+
2.4.2

src/pyrfc/_pyrfc.cpp

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pyrfc/_pyrfc.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ from http.server import BaseHTTPRequestHandler, HTTPServer
2121
from . csapnwrfc cimport *
2222
from . _exception import *
2323

24-
__VERSION__ = "2.4.1"
24+
__VERSION__ = "2.4.2"
2525

2626
# inverts the enumeration of RFC_DIRECTION
2727
_direction2rfc = {'RFC_IMPORT': RFC_IMPORT, 'RFC_EXPORT': RFC_EXPORT,

0 commit comments

Comments
 (0)