Skip to content

Commit

Permalink
Bump to version 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
saierd committed Jun 27, 2015
1 parent cb794b4 commit d82a092
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nuclos.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
This project is licensed under the terms of the MIT license. See the LICENSE file.
"""
# TODO: Bump to 1.1 when the new APIs of Nuclos 4.5 is supported.
__version__ = "1.0"
__version__ = "1.1"

import sys

Expand Down Expand Up @@ -619,10 +618,10 @@ def create(self):


class BusinessObjectInstance:
# TODO: Status.
# TODO: Process.
# TODO: Document fields.
# TODO: Call business rules.
# TODO: Generators.
def __init__(self, nuclos, business_object, bo_id=None):
self._nuclos = nuclos
self._business_object = business_object
Expand Down

0 comments on commit d82a092

Please sign in to comment.