Skip to content

Commit

Permalink
DIST: Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed Sep 17, 2020
1 parent c33128d commit 839582b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/releases/relnotes_v0_10_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ References now have *reference mode*, an attribute to control how
the values of their derived References are determined when the values
are core modelx objects, such as Spaces or Cells.
The *reference mode* attribute can be set to either "absolute", "relative" or
"auto". To specify a reference mode when setting a Reference, following
methods are introduced.
"auto". Following methods are introduced to set References
by explicitly specifying their *reference modes*.

.. py:currentmodule:: modelx.core.space
Expand Down
2 changes: 1 addition & 1 deletion modelx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

VERSION = (0, 10, 0, "dev")
VERSION = (0, 10, 0)
__version__ = ".".join([str(x) for x in VERSION])
from modelx.core.api import * # must come after __version__ assignment.
try:
Expand Down

0 comments on commit 839582b

Please sign in to comment.