Skip to content

Commit

Permalink
chore: Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abawchen committed Feb 27, 2018
1 parent 0906f74 commit 7811e49
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![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)
[![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)

# Graphene-Mongo

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

- [ ] Examples
- [x] Flask example
- [ ] Django example
- [x] Flask example
- [ ] Django example
- [ ] Filtering & Paging
- [x] Default filtering enabled with all model's attributes by equal comparison
- [x] Take first, or last n items
- [ ] Advanced filtering
- [x] Default filtering enabled with all model's attributes by equal comparison
- [x] Take first, or last n items
- [ ] Advanced filtering
- [ ] Support more types
- [ ] List(EmbeddedDocument)
- [ ] Others
- [x] Self-reference and list-of-self-reference relationship
- [ ] List(EmbeddedDocument)
- [ ] Others

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name='graphene-mongo',
version='0.1.2',
version='0.1.4',

description='Graphene Mongoengine integration',
long_description=open('README.md').read(),
# long_description=open('README.md').read(),

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

Expand Down

0 comments on commit 7811e49

Please sign in to comment.