Source code for brian2._version


# This file was generated by 'versioneer.py' (0.20.dev0) from
# revision-control system data, or from the parent directory name of an
# unpacked source archive. Distribution tarballs contain a pre-generated copy
# of this file.

import json

version_json = '''
{
 "date": "2022-06-23T15:31:21+0200",
 "dirty": false,
 "error": null,
 "full-revisionid": "577bb35ec677947d6f3d4af367a8a4b3b88815ee",
 "version": "2.5.1"
}
'''  # END VERSION_JSON


[docs]def get_versions(): return json.loads(version_json)