Skip to content

Commit b3e7e32

Browse files
committed
got rid of dynamic attribute assignment completely
1 parent 8ce48f4 commit b3e7e32

File tree

4 files changed

+496
-56
lines changed

4 files changed

+496
-56
lines changed

pyoracle_forms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
from .constants import Scope
144144
from .constants import ViewMode
145145

146-
__version__ = "0.3.7"
146+
__version__ = "0.3.8"
147147

148148

149149
def initialize_context(version: str = "12c", encoding: str = "utf-8") -> None:

0 commit comments

Comments
 (0)