Skip to content

Commit

Permalink
bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed May 18, 2023
1 parent 828770b commit 50a5e5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ 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.2.0] (2022-3-31)
## [0.2.1] (2023-5-18)

- refactor openedx_plugin_mobile_api.middleware
- add secure-logger

## [0.2.0] (2023-3-31)

- publish to PyPi
- add Makefile
Expand Down
2 changes: 1 addition & 1 deletion __about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Increment this version number to trigger a new release. See
# CHANGELOG.md for information on the versioning scheme.
__version__ = "0.2.0"
__version__ = "0.2.1"

# The version suffix will be appended to the actual version, separated by a
# dash. Use this suffix to differentiate between the actual released version and
Expand Down
2 changes: 1 addition & 1 deletion openedx_plugin_mobile_api/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
usage: semantic version control for openedx_plugin_mobile_api
"""
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 50a5e5f

Please sign in to comment.