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
4 files
+ 19
11
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -15,7 +15,6 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
"""cubicweb-jsonschema views/forms/actions/components for web ui"""
from cubicweb.__pkginfo__ import numversion as cw_version
from cubicweb import neg_role
from cubicweb.rtags import RelationTags
from cubicweb.schema import VIRTUAL_RTYPES, WORKFLOW_RTYPES
@@ -98,7 +97,4 @@
yield rschema.type, role, target_types
if cw_version >= (3, 25):
jsonschema_section = JSONSchemaSectionRelationTags(__module__=__name__)
else:
jsonschema_section = JSONSchemaSectionRelationTags()
jsonschema_section = JSONSchemaSectionRelationTags(__module__=__name__)
Loading