Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 30, 2015
1 parent c2e643f commit 2a7e0ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.7.1"
__version__ = "0.5.0"

'''
Authentication is implemented using flask_login and different environments can
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

# Kept manually in sync with airflow.__version__
version = '0.4.7.1'
version = '0.5.0'

doc = [
'sphinx>=1.2.3',
Expand Down

0 comments on commit 2a7e0ad

Please sign in to comment.