This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to tag v2.3.3+astro.2 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 8e35778c73bebf782036ce610dc4ffdb396fb6a0 Author: Jed Cunningham <[email protected]> AuthorDate: Tue Aug 16 09:33:40 2022 -0600 [astro] Release 2.3.3+astro.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d83829ede..4822a44df5 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ PY39 = sys.version_info >= (3, 9) logger = logging.getLogger(__name__) -version = '2.3.3.dev0+astro.2' +version = '2.3.3+astro.2' my_dir = dirname(__file__)
