Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 23, 2015
1 parent 189d778 commit 8071308
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
Expand Up @@ -5,7 +5,7 @@
`airflow.www.login`
"""
from builtins import object
__version__ = "1.5.1"
__version__ = "1.5.2"

import logging
import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys

# Kept manually in sync with airflow.__version__
version = '1.5.1'
version = '1.5.2'

class Tox(TestCommand):
user_options = [('tox-args=', None, "Arguments to pass to tox")]
Expand Down

0 comments on commit 8071308

Please sign in to comment.