Skip to content

Commit

Permalink
bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Apr 10, 2023
1 parent a399f9a commit d898038
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ 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.2] (2022-04-09)
## [0.1.3] (2023-04-10)

- scaffold urls.py

## [0.1.2] (2023-04-09)

- cleanup README documentation and PyPi homepage

## [0.1.1] (2022-04-09)
## [0.1.1] (2023-04-09)

- cleanup README documentation and PyPi homepage

## [0.1.0] (2022-04-07)
## [0.1.0] (2023-04-07)

- initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See [Installing extra xblocks and requirements](https://docs.tutor.overhang.io/c
tutor config save # to ensure that tutor's root folder system has been created

# OPTION 1: install as a PyPi package
echo "cookiecutter-openedx-plugin>=0.1.2" >> "$(tutor config printroot)/env/build/openedx/requirements/private.txt"
echo "cookiecutter-openedx-plugin>=0.1.3" >> "$(tutor config printroot)/env/build/openedx/requirements/private.txt"

# OPTION 2: install as an editable requirement
echo "-e git+https://github.com/cookiecutter-openedx/cookiecutter-openedx-plugin.git" >> "$(tutor config printroot)/env/build/openedx/requirements/private.txt"
Expand All @@ -42,7 +42,7 @@ Add the following to your [Cookiecutter Github Actions Build workflow](https://g
uses: openedx-actions/tutor-plugin-build-openedx-add-requirement
with:
pip-package: cookiecutter-openedx-plugin
pip-package-version: ">=0.1.2"
pip-package-version: ">=0.1.3"
```
### Documentation
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.1.2"
__version__ = "0.1.3"

# 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 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 = "cookiecutter-openedx-plugin"
version = "0.1.2"
version = "0.1.3"
authors = [
{ name="Lawrence McDaniel", email="[email protected]" }
]
Expand Down

0 comments on commit d898038

Please sign in to comment.