Skip to content

Commit

Permalink
Bump version to 2.0.0b3 (#12462)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb authored Nov 18, 2020
1 parent 25a8115 commit 94ba200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# under the License.
#

version = '2.0.0b2'
version = '2.0.0b3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
logger = logging.getLogger(__name__)

# This is automatically maintained in sync via pre-commit from airflow/version.py
version = '2.0.0b2'
version = '2.0.0b3'

PY3 = sys.version_info[0] == 3

Expand Down

0 comments on commit 94ba200

Please sign in to comment.