This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 9bf943f Change docs versions (#1825)
9bf943f is described below
commit 9bf943f0c94452a2928e819472d9fbf1b51f0e2f
Author: Luc Perkins <[email protected]>
AuthorDate: Wed May 23 11:12:09 2018 -0700
Change docs versions (#1825)
* bump versions
* fix dangling sentence in pulsar 2.0 doc
---
site/_config.yml | 4 ++--
site/docs/latest/getting-started/Pulsar-2.0.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/site/_config.yml b/site/_config.yml
index d4a060e..03694c2 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -26,8 +26,8 @@ baseurl: /
destination: ../generated-site/content
preview_version_id: 20180426.125800-32
-current_version: 1.22.0-incubating
-python_latest: "1.22.0"
+current_version: 2.0.0-incubating
+python_latest: 2.0.0
archived_releases:
- 1.22.0-incubating
- 1.21.0-incubating
diff --git a/site/docs/latest/getting-started/Pulsar-2.0.md
b/site/docs/latest/getting-started/Pulsar-2.0.md
index 9ee8c30..43ffcdb 100644
--- a/site/docs/latest/getting-started/Pulsar-2.0.md
+++ b/site/docs/latest/getting-started/Pulsar-2.0.md
@@ -5,7 +5,7 @@ new: true
tags: ["2.0", "tenants", "clients"]
---
-Pulsar 2.0 is a major new release for Pulsar that brings some bold changes to
the platform, including [simplified topic names](#topic-names)
+Pulsar 2.0 is a major new release for Pulsar that brings some bold changes to
the platform, including [simplified topic names](#topic-names), the addition of
the [Pulsar Functions](../../functions/overview) feature, some terminology
changes, and more.
## New features in Pulsar 2.0
--
To stop receiving notification emails like this one, please contact
[email protected].