Skip to content

Commit

Permalink
release notes and version bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Mar 31, 2023
1 parent e48ac71 commit 85c137f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- enhance setup.up setup() meta data
- bump classifier from alpha to beta
- refactor in order to make repo more condusive to uploading to PyPi
- version bumps to black, flake8 and their supporting plugins
- line entire code base for PEP 263 and B950 compliance
- setup pyproject.toml for PyPi publishing

## [0.1.2] (2022-3-29)

Expand Down
2 changes: 1 addition & 1 deletion openedx_plugin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
usage: semantic version control for openedx_plugin
"""
__version__ = "0.1.1"
__version__ = "0.1.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta:__legacy__"
#------------------------------------------------------------------------------
[project]
name = "openedx-plugin-example"
version = "0.1.1"
version = "0.1.3"
authors = [
{ name="Lawrence McDaniel", email="[email protected]" }
]
Expand Down

0 comments on commit 85c137f

Please sign in to comment.