We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb794b4 commit d82a092Copy full SHA for d82a092
1 file changed
nuclos.py
@@ -3,8 +3,7 @@
3
4
This project is licensed under the terms of the MIT license. See the LICENSE file.
5
"""
6
-# TODO: Bump to 1.1 when the new APIs of Nuclos 4.5 is supported.
7
-__version__ = "1.0"
+__version__ = "1.1"
8
9
import sys
10
@@ -619,10 +618,10 @@ def create(self):
619
618
620
621
class BusinessObjectInstance:
622
- # TODO: Status.
623
# TODO: Process.
624
# TODO: Document fields.
625
# TODO: Call business rules.
+ # TODO: Generators.
626
def __init__(self, nuclos, business_object, bo_id=None):
627
self._nuclos = nuclos
628
self._business_object = business_object
0 commit comments