Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Apr 8, 2019
1 parent e95bac4 commit 8e9cca7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.0 (UNRELEASED)
## 0.3.0 (2019-04-08)

- Added `EnumType` type for mapping enum variables to internal representation used in application.
- Added support for subscriptions.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
author = "Mirumee Software"

# The short X.Y version
version = "0.2"
version = "3"
# The full version, including alpha/beta/rc tags
release = "0.2"
release = "0.3"


# -- General configuration ---------------------------------------------------
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.0",
version="0.3.0",
url="https://github.com/mirumee/ariadne",
packages=["ariadne"],
install_requires=[
Expand Down

0 comments on commit 8e9cca7

Please sign in to comment.