Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ exclude:
- updateAPI.sh

# These allow the documentation to be updated with newer releases
SYSTEMDS_VERSION: 3.1.0-SNAPSHOT
SYSTEMDS_VERSION: 3.2.0-SNAPSHOT

4 changes: 2 additions & 2 deletions src/main/python/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
# -- Project information -----------------------------------------------------

project = 'SystemDS'
copyright = '2022, Apache SystemDS'
copyright = '2023, Apache SystemDS'
author = 'Apache SystemDS'

# The full version, including alpha/beta/rc tags
release = '3.1.0-dev'
release = '3.2.0-dev'

# -- General configuration ---------------------------------------------------
# Add any Sphinx extension module names here, as strings.
Expand Down
2 changes: 1 addition & 1 deletion src/main/python/systemds/project_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
# via string substitutions using the maven-resources-plugin
__project_group_id__ = 'org.apache.systemds'
__project_artifact_id__ = 'systemds'
__project_version__ = '3.1.0-dev'
__project_version__ = '3.2.0-dev'