Release news for SkyWalking-Python 0.5.0 (#188)

diff --git a/content/events/release-apache-skywalking-python-0-5-0/index.md b/content/events/release-apache-skywalking-python-0-5-0/index.md
new file mode 100644
index 0000000..82c06c5
--- /dev/null
+++ b/content/events/release-apache-skywalking-python-0-5-0/index.md
@@ -0,0 +1,30 @@
+---
+title: "Release Apache SkyWalking Python 0.5.0"
+date: 2020-12-28
+author: SkyWalking Team
+description: "Release Apache SkyWalking Python 0.5.0."
+---
+
+SkyWalking Python 0.5.0 is released. Go to [downloads](/downloads) page to find release tars.
+
+- New plugins
+    - Pyramid Plugin (#102)
+    - AioHttp Plugin (#101)
+    - Sanic Plugin (#91)
+
+- API and enhancements
+    - `@trace` decorator supports `async` functions
+    - Supports async task context
+    - Optimized path trace ignore
+    - Moved exception check to `Span.__exit__`
+    - Moved Method & Url tags before requests
+
+- Fixes:
+    - `BaseExceptions` not recorded as errors
+    - Allow pending data to send before exit
+    - `sw_flask` general exceptions handled
+    - Make `skywalking` logging Non-global
+
+- Chores and tests
+    - Make tests really run on specified Python version
+    - Deprecate 3.5 as it's EOL
diff --git a/data/releases.yml b/data/releases.yml
index d52173d..67a7a84 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -130,21 +130,21 @@
   icon: P
   description:  The Python Agent for Apache SkyWalking, which provides the native tracing abilities for Python.
   source:
-    - version: v0.4.0
-      date: Aug. 28th, 2020
+    - version: v0.5.0
+      date: Dec. 28th, 2020
       downloadLink:
         - name: src
-          link: https://www.apache.org/dyn/closer.cgi/skywalking/python/0.4.0/skywalking-python-src-0.4.0.tgz
+          link: https://www.apache.org/dyn/closer.cgi/skywalking/python/0.5.0/skywalking-python-src-0.5.0.tgz
         - name: asc
-          link: https://downloads.apache.org/skywalking/python/0.4.0/skywalking-python-src-0.4.0.tgz.asc
+          link: https://downloads.apache.org/skywalking/python/0.5.0/skywalking-python-src-0.5.0.tgz.asc
         - name: sha512
-          link: https://downloads.apache.org/skywalking/python/0.4.0/skywalking-python-src-0.4.0.tgz.sha512
+          link: https://downloads.apache.org/skywalking/python/0.5.0/skywalking-python-src-0.5.0.tgz.sha512
   distribution:
-    - version: v0.4.0
-      date: Aug. 28th, 2020
+    - version: v0.5.0
+      date: Dec. 28th, 2020
       downloadLink:
         - name: Install via pip
-          link: https://pypi.org/project/apache-skywalking/0.4.0/
+          link: https://pypi.org/project/apache-skywalking/0.5.0/