Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Jun 23, 2021
1 parent 3d18a81 commit a9fbe54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.4.2
12 changes: 6 additions & 6 deletions src/pyrfc/_pyrfc.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pyrfc/_pyrfc.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from http.server import BaseHTTPRequestHandler, HTTPServer
from . csapnwrfc cimport *
from . _exception import *

__VERSION__ = "2.4.1"
__VERSION__ = "2.4.2"

# inverts the enumeration of RFC_DIRECTION
_direction2rfc = {'RFC_IMPORT': RFC_IMPORT, 'RFC_EXPORT': RFC_EXPORT,
Expand Down

0 comments on commit a9fbe54

Please sign in to comment.