Skip to content

Commit d82a092

Browse files
committed
Bump to version 1.1.
1 parent cb794b4 commit d82a092

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

nuclos.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
44
This project is licensed under the terms of the MIT license. See the LICENSE file.
55
"""
6-
# TODO: Bump to 1.1 when the new APIs of Nuclos 4.5 is supported.
7-
__version__ = "1.0"
6+
__version__ = "1.1"
87

98
import sys
109

@@ -619,10 +618,10 @@ def create(self):
619618

620619

621620
class BusinessObjectInstance:
622-
# TODO: Status.
623621
# TODO: Process.
624622
# TODO: Document fields.
625623
# TODO: Call business rules.
624+
# TODO: Generators.
626625
def __init__(self, nuclos, business_object, bo_id=None):
627626
self._nuclos = nuclos
628627
self._business_object = business_object

0 commit comments

Comments
 (0)