announce.j2 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {#
  2. Licensed to the Apache Software Foundation (ASF) under one
  3. or more contributor license agreements. See the NOTICE file
  4. distributed with this work for additional information
  5. regarding copyright ownership. The ASF licenses this file
  6. to you under the Apache License, Version 2.0 (the
  7. "License"); you may not use this file except in compliance
  8. with the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing,
  11. software distributed under the License is distributed on an
  12. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  13. KIND, either express or implied. See the License for the
  14. specific language governing permissions and limitations
  15. under the License.
  16. -#}
  17. To: {{ receiver_email }}
  18. From: {{ sender_email }}
  19. Subject: [ANNOUNCE] Apache {{ project_name }} (Incubating) version {{ version }} Released
  20. Hello Community,
  21. The Apache {{ project_name }} (incubating) team is pleased to announce that {{ project_name }}
  22. {{ version }} has just been released.
  23. {{ project_description }}
  24. The official source release:
  25. https://www.apache.org/dist/incubator/{{ project_module }}/{{ version }}
  26. The Pypi package:
  27. https://pypi.org/project/apache-superset/
  28. If you have any usage questions, or have problems when upgrading or
  29. find any problems about enhancements included in this release, please
  30. don't hesitate to let us know by sending feedback to this mailing
  31. list.
  32. =====
  33. *Disclaimer*
  34. Apache {{ project_name }} is an effort undergoing incubation at The Apache Software
  35. Foundation (ASF), sponsored by the Incubator. Incubation is required of all
  36. newly accepted projects until a further review indicates that the
  37. infrastructure, communications, and decision making process have stabilized
  38. in a manner consistent with other successful ASF projects. While incubation
  39. status is not necessarily a reflection of the completeness or stability of
  40. the code, it does indicate that the project has yet to be fully endorsed by
  41. the ASF.
  42. ---------------------------------------------------------------------
  43. To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
  44. For additional commands, e-mail: general-help@incubator.apache.org