Skip to content

Commit

Permalink
Merge pull request #5 from openedx/cag/bump-version
Browse files Browse the repository at this point in the history
chore: bump version to 0.2.0
  • Loading branch information
Cristhian Garcia authored Mar 5, 2024
2 parents 8eb022c + 086afe2 commit 517ec87
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Unreleased

*

0.2.0 – 2024-03-05
******************
Added
=====

* Imported code from event-sink-clickhouse.

0.1.0 – 2024-02-29
**********************************************

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_version(*file_paths):
project = "platform-plugin-aspects"
copyright = f"{datetime.now().year}, Axim Collaborative, Inc." # pylint: disable=redefined-builtin
author = "Axim Collaborative, Inc."
project_title = "platform-plugin-aspects"
project_title = "Platform Plugin Aspects"
documentation_title = f"{project_title}"

# Set display_github to False if you don't want "edit on Github" button
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
platform-plugin-aspects
Platform Plugin Aspects
=======================

Aspects plugins for edx-platform
Expand Down
2 changes: 1 addition & 1 deletion platform_plugin_aspects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
import os
from pathlib import Path

__version__ = "0.1.0"
__version__ = "0.2.0"

ROOT_DIRECTORY = Path(os.path.dirname(os.path.abspath(__file__)))

0 comments on commit 517ec87

Please sign in to comment.