Skip to content

Commit

Permalink
prep for 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Dec 28, 2022
1 parent c81ddc0 commit 6eb5b4c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CHANGE LOG

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.0] (2022-12-28)

- added openedx_plugin_api code sample
- added openedx_plugin_cms code sample
- added openedx_plugin_mobile_api code sample
- added Waffle Switch feature toggling to all major features in this repo
- added Django Signals receivers scaffolding for all major signals published by openedx
- added middleware to optionally restore the Django Admin login page
- added wordpress_oauth2_backend.py
Empty file removed CHANGELOG.rst
Empty file.
2 changes: 1 addition & 1 deletion openedx_plugin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
usage: semantic version control for openedx_plugin
"""
__version__ = "0.0.1"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion openedx_plugin_api/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
usage: version control for openedx_plugin_api plugin
"""
__version__ = "0.0.1"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion openedx_plugin_cms/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion openedx_plugin_mobile_api/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
usage: semantic version control for openedx_plugin_mobile_api
"""
__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit 6eb5b4c

Please sign in to comment.