Skip to content
Snippets Groups Projects

chore(pkg): new patch release (0.2.12)

Merged Nicola Spanti requested to merge topic/0.2/version-0-2-12 into branch/0.2
All threads resolved!
Compare and Show latest version
2 files
+ 17
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,7 +5,7 @@
modname = 'cubicweb_jsonschema'
distname = 'cubicweb-jsonschema'
numversion = (0, 2, 11)
numversion = (0, 2, 12)
version = '.'.join(str(num) for num in numversion)
license = 'LGPL'
@@ -15,8 +15,8 @@
web = 'https://www.cubicweb.org/project/%s' % distname
__depends__ = {
'cubicweb': '>= 3.38.16, < 3.39.0',
'cubicweb-web': '>= 0.1.3, < 0.2',
'cubicweb': '>= 3.38.16, < 5.0.0',
'cubicweb-web': '>= 0.1.3, < 2.0.0',
'iso8601': None,
'jsl': None,
'pyramid': '>= 1.10.8',
Loading