Skip to content

Commit 7811e49

Browse files
committed
chore: Bump version to 0.1.4
1 parent 0906f74 commit 7811e49

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/graphql-python/graphene-mongo.svg?branch=master)](https://travis-ci.org/graphql-python/graphene-mongo) [![Coverage Status](https://coveralls.io/repos/github/graphql-python/graphene-mongo/badge.svg?branch=master)](https://coveralls.io/github/graphql-python/graphene-mongo?branch=master) [![Documentation Status](https://readthedocs.org/projects/graphene-mongo/badge/?version=latest)](http://graphene-mongo.readthedocs.io/en/latest/?badge=latest)
1+
[![Build Status](https://travis-ci.org/graphql-python/graphene-mongo.svg?branch=master)](https://travis-ci.org/graphql-python/graphene-mongo) [![Coverage Status](https://coveralls.io/repos/github/graphql-python/graphene-mongo/badge.svg?branch=master)](https://coveralls.io/github/graphql-python/graphene-mongo?branch=master) [![Documentation Status](https://readthedocs.org/projects/graphene-mongo/badge/?version=latest)](http://graphene-mongo.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/graphene-mongo.svg)](https://badge.fury.io/py/graphene-mongo)
22

33
# Graphene-Mongo
44

@@ -70,15 +70,16 @@ To learn more check out the following [examples](examples/):
7070
## TODOs
7171

7272
- [ ] Examples
73-
- [x] Flask example
74-
- [ ] Django example
73+
- [x] Flask example
74+
- [ ] Django example
7575
- [ ] Filtering & Paging
76-
- [x] Default filtering enabled with all model's attributes by equal comparison
77-
- [x] Take first, or last n items
78-
- [ ] Advanced filtering
76+
- [x] Default filtering enabled with all model's attributes by equal comparison
77+
- [x] Take first, or last n items
78+
- [ ] Advanced filtering
7979
- [ ] Support more types
80-
- [ ] List(EmbeddedDocument)
81-
- [ ] Others
80+
- [x] Self-reference and list-of-self-reference relationship
81+
- [ ] List(EmbeddedDocument)
82+
- [ ] Others
8283

8384
## Contributing
8485

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
setup(
44
name='graphene-mongo',
5-
version='0.1.2',
5+
version='0.1.4',
66

77
description='Graphene Mongoengine integration',
8-
long_description=open('README.md').read(),
8+
# long_description=open('README.md').read(),
99

1010
url='https://github.com/graphql-python/graphene-mongo',
1111

0 commit comments

Comments
 (0)