Skip to content

Commit

Permalink
Merge pull request #86 from mirumee/release-0-2-0
Browse files Browse the repository at this point in the history
Bump version to 0.2.0 and add release date to changelog
  • Loading branch information
rafalp authored Jan 7, 2019
2 parents 5eb5ee5 + a951500 commit 77d420e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.2.0 (UNRELEASED)
## 0.2.0 (2019-01-07)

- Removed support for Python 3.5 and added support for 3.7.
- Moved to `GraphQL-core-next` that supports `async` resolvers, query execution and implements a more recent version of GraphQL spec. If you are updating an existing project, you will need to uninstall `graphql-core` before installing `graphql-core-next`, as both libraries use `graphql` namespace.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
long_description=README,
long_description_content_type="text/markdown",
license="BSD",
version="0.2.0b1",
version="0.2.0",
url="https://github.com/mirumee/ariadne",
packages=["ariadne"],
install_requires=[
Expand Down

0 comments on commit 77d420e

Please sign in to comment.