Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 819d2344bf189c2fab6c4f7ea0a5864dcbc1323f
  • Loading branch information
mistercrunch authored and Cloud Composer Team committed Jan 26, 2023
1 parent 6bce6d4 commit fd65f16
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.6.0"
__version__ = "1.6.1"

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.6.0'
version = '1.6.1'

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

0 comments on commit fd65f16

Please sign in to comment.