1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-09-19 04:52:21 +00:00

Better jsonld support

This commit is contained in:
J. Fernando Sánchez
2014-11-27 10:51:00 +01:00
parent 2f7a8d7267
commit 2834967026
7 changed files with 61 additions and 34 deletions

View File

@@ -8,7 +8,7 @@ install_reqs = parse_requirements("requirements.txt")
# e.g. ['django==1.5.1', 'mezzanine==1.4.6']
reqs = [str(ir.req) for ir in install_reqs]
VERSION = "0.2.8"
VERSION = "0.2.9"
print(reqs)