Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 30, 2015
1 parent 0b547ff commit d3389f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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.4"
__version__ = "0.4.5"

'''
Authentication is implemented using flask_login and different environments can
Expand Down
12 changes: 7 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
from setuptools import setup, find_packages

# Kept manually in sync with airflow.__version__
version = '0.4.4'
version = '0.4.5'


doc = ['sphinx>=1.2.3',
'sphinx-argparse>=0.1.13',
'sphinx-rtd-theme>=0.1.6',
'Sphinx-PyPI-upload>=0.2.1']
doc = [
'sphinx>=1.2.3',
'sphinx-argparse>=0.1.13',
'sphinx-rtd-theme>=0.1.6',
'Sphinx-PyPI-upload>=0.2.1'
]
postgres = ['psycopg2>=2.6']
mysql = ['mysql-python>=1.2.5']
samba = ['pysmbclient>=0.1.3']
Expand Down

0 comments on commit d3389f2

Please sign in to comment.