Changeset 14050
- Timestamp:
- Nov 14, 2019 7:13:06 AM (3 weeks ago)
- Location:
- PyFMI/branches/PyFMI-2.5.x
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
PyFMI/branches/PyFMI-2.5.x
- Property svn:mergeinfo changed
/PyFMI/trunk merged: 14049
- Property svn:mergeinfo changed
-
PyFMI/branches/PyFMI-2.5.x/doc/sphinx/source/changelog.rst
r14018 r14050 3 3 Changelog 4 4 ========== 5 6 --- PyFMI-2.5.7 --- 7 * Fixed minor issue in plot GUI for compliance with Python 3. 5 8 6 9 --- PyFMI-2.5.6 --- -
PyFMI/branches/PyFMI-2.5.x/doc/sphinx/source/conf.py
r14012 r14050 54 54 version = '2.5.5' 55 55 # The full version, including alpha/beta/rc tags. 56 release = '2.5. 6'56 release = '2.5.7' 57 57 58 58 # The language for content autogenerated by Sphinx. Refer to documentation -
PyFMI/branches/PyFMI-2.5.x/setup.py
r14012 r14050 45 45 AUTHOR = "Modelon AB" 46 46 AUTHOR_EMAIL = "" 47 VERSION = "2.5. 6"47 VERSION = "2.5.7" 48 48 LICENSE = "LGPL" 49 49 URL = "https://jmodelica.org/pyfmi"
Note: See TracChangeset
for help on using the changeset viewer.