This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch branch-2.2.0
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/branch-2.2.0 by this push:
     new aa42054  [MINOR] Prepare for next development iteration in python and 
docs
aa42054 is described below

commit aa42054e6862a1c5b99571d2678ca8beb837709a
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Wed Nov 10 10:16:50 2021 +0530

    [MINOR] Prepare for next development iteration in python and docs
---
 .asf.yaml                                | 22 ++--------------------
 docs/_config.yml                         |  2 +-
 src/main/python/docs/source/conf.py      |  2 +-
 src/main/python/systemds/project_info.py |  2 +-
 4 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index e9a4c82..5c66869 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,21 +23,7 @@
 # https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
 
 github:
-  description: "Apache SystemDS - A versatile system for the end-to-end data 
science lifecycle"
-  homepage: https://systemds.apache.org/
-  labels:
-    - systemds
-    - java
-    - dml
-    
-  features:
-    # Enable issues management
-    issues: false
-    # Enable projects for project management boards
-    projects: false
-    # Enable wiki for documentation
-    wiki: false
-    
+  
   # Choose the type of commit merge in the PR UI
   enabled_merge_buttons:
     # Enable squash button
@@ -49,12 +35,8 @@ github:
     
 
   protected_branches:
-    master:
+    branch-2.2.0:
       # Do not allow merge commits
       # by allowing linear history
       required_linear_history: true
 
-staging:
-  profile: beta
-  whoami: master
-  outputdir: docs
diff --git a/docs/_config.yml b/docs/_config.yml
index 09efed0..f83865c 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -39,7 +39,7 @@ exclude:
   - updateAPI.sh
 
 # These allow the documentation to be updated with newer releases
-SYSTEMDS_VERSION: 2.2.0-SNAPSHOT
+SYSTEMDS_VERSION: 2.2.1-SNAPSHOT
 
 # if 'analytics_on' is true, analytics section will be rendered on the HTML 
pages
 analytics_on: true
diff --git a/src/main/python/docs/source/conf.py 
b/src/main/python/docs/source/conf.py
index e0e143b..2f7d5cb 100644
--- a/src/main/python/docs/source/conf.py
+++ b/src/main/python/docs/source/conf.py
@@ -38,7 +38,7 @@ copyright = '2021, Apache SystemDS'
 author = 'Apache SystemDS'
 
 # The full version, including alpha/beta/rc tags
-release = '2.2.0-SNAPSHOT'
+release = '2.2.1-SNAPSHOT'
 
 # -- General configuration ---------------------------------------------------
 # Add any Sphinx extension module names here, as strings.
diff --git a/src/main/python/systemds/project_info.py 
b/src/main/python/systemds/project_info.py
index 33373aa..426f588 100644
--- a/src/main/python/systemds/project_info.py
+++ b/src/main/python/systemds/project_info.py
@@ -23,4 +23,4 @@
 # via string substitutions using the maven-resources-plugin
 __project_group_id__ = 'org.apache.systemds'
 __project_artifact_id__ = 'systemds'
-__project_version__ = '2.2.0-SNAPSHOT'
+__project_version__ = '2.2.1-SNAPSHOT'

Reply via email to