Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- [ ] Python version: <!-- (e.g. 2.7, 3.3, 3.6) -->
- [ ] Python architecture: <!-- (e.g. x86, x64) -->
- [ ] Operating system and version: <!-- (e.g. Windows XP, Windows 7, Windows 8, OSX 11, Red Hat, Ubuntu, Centos 6, Centos 7) -->
- [ ] OpenDSSDirect.py version number: <!-- (e.g. v0.1.0, v0.2.5, v0.3.0) -->
- [ ] OpenDSSDirect.py version number: <!-- (e.g. v0.1.0, v0.2.5, v0.3.0) You can use `opendssdirect.Basic.Version()` to get this information -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's just the engine version though:

def Version():
"""(read-only) Get version string for the DSS."""
return get_string(CheckForError(lib.DSS_Get_Version()))

Shouldn't opendssdirect.__version__ be more appropriate?

I think that including opendssdirect.__version__ in opendssdirect.Basic.Version() is a good idea to get all info in one place, but we can't address that for old releases.


<!--
Expand Down