-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Mblv11 #92
Use Mblv11 #92
Conversation
Pull Request Test Coverage Report for Build 11597166690Details
💛 - Coveralls |
@@ -1,6 +1,6 @@ | |||
[tool.poetry] | |||
name = "modelica-builder" | |||
version = "0.5.2-rc2" | |||
version = "0.6.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
love it
@@ -2,5 +2,5 @@ package teaser_single | |||
extends Modelica.Icons.Package; | |||
|
|||
annotation (uses( | |||
Modelica(version="4.0.0"), Buildings(version="10.0.0")), version="1"); | |||
Modelica(version="4.0.0"), Buildings(version="11.0.0")), version="1"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should figure out how to make this a variable. We don't need to do it now, but this should be set from somewhere else Modelica builder shouldn't care about the version of MBL/Buildings.
poetry update