Repository: incubator-airflow Updated Branches: refs/heads/master 05f7adb46 -> 293365588
[AIRFLOW-662] Change seasons to months in project description Things like "winter 2016" are ambiguous even in the northern hemisphere, and mean something totally different in the southern hemisphere (July/August/September). Changing the season-based dates to months. References: * http://incubator.apache.org/projects/airflow.html * http://nerds.airbnb.com/airflow/ * https://github.com/apache/incubator- airflow/graphs/contributors Closes #1913 from benhoyt/patch-1 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/29336558 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/29336558 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/29336558 Branch: refs/heads/master Commit: 2933655885e4f7fa081be002db69b8aa353d671e Parents: 05f7adb Author: Ben Hoyt <[email protected]> Authored: Wed Nov 30 16:23:29 2016 -0800 Committer: Siddharth Anand <[email protected]> Committed: Wed Nov 30 16:23:35 2016 -0800 ---------------------------------------------------------------------- docs/project.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/29336558/docs/project.rst ---------------------------------------------------------------------- diff --git a/docs/project.rst b/docs/project.rst index ff575ea..2fbd516 100644 --- a/docs/project.rst +++ b/docs/project.rst @@ -4,12 +4,11 @@ Project History ------- -Airflow was started in the fall of 2014 by Maxime Beauchemin at Airbnb. +Airflow was started in October 2014 by Maxime Beauchemin at Airbnb. It was open source from the very first commit and officially brought under -the Airbnb Github and announced in the spring of 2015. +the Airbnb Github and announced in June 2015. -The project joined the Apache Software Foundation's incubation program in the -winter of 2016. +The project joined the Apache Software Foundation's incubation program in March 2016. Committers
