We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f2929 commit af74526Copy full SHA for af74526
setup.cfg
@@ -3,7 +3,7 @@ description_file = README.md
3
4
[flake8]
5
exclude = setup.py,docs/*,examples/*
6
-max-line-length = 130
+max-line-length = 150
7
8
[coverage:run]
9
omit = */tests/*
setup.py
@@ -2,7 +2,7 @@
2
setup(
name="graphene-mongo",
- version="0.3.1",
+ version="0.2.14",
description="Graphene Mongoengine integration",
long_description=open("README.rst").read(),
url="https://github.com/graphql-python/graphene-mongo",
0 commit comments