Skip to content

Commit

Permalink
Release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Jun 9, 2020
1 parent b84fb9c commit faa8381
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 65 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
==========

2.0.6 (2020-04-XX)
2.0.6 (2020-06-09)
------------------
- Reopen connection after fatal errors
- Error raised instead of silent reopen, in case of RFM invocation over closed connection
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.5
2.0.6
92 changes: 30 additions & 62 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 @@ -25,7 +25,7 @@ from cpython cimport array
from . csapnwrfc cimport *
from . _exception import *

__VERSION__ = "2.0.5"
__VERSION__ = "2.0.6"

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

0 comments on commit faa8381

Please sign in to comment.