Skip to content

Commit

Permalink
Add ForestNotice to TimberBatch model
Browse files Browse the repository at this point in the history
Bump to RC2
  • Loading branch information
Jyrno42 committed Oct 29, 2014
1 parent 1ee8931 commit 773387a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion elvis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.0.0-rc1'
__version__ = '1.0.0-rc2'
__all__ = ['api', 'enums', 'models']
1 change: 1 addition & 0 deletions elvis/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def __init__(self, **kwargs):

self.HoldingBaseId = kwargs.get('holding_base_id') # int
self.Id = kwargs.get('batch_id', None) # int or None
self.ForestNotice = kwargs.get('ForestNotice', None) # string or None

self.PreviousOwnerAddress = kwargs.get('prev_owner_address') # string
self.PreviousOwnerCode = kwargs.get('prev_owner_code') # string
Expand Down

0 comments on commit 773387a

Please sign in to comment.