Merge pull request #5 from cookiecutter-openedx/version-bump

Add changelog and bump pyproject version
This commit is contained in:
Jeff Cohen 2024-02-01 13:28:38 -05:00 committed by GitHub
commit 0d52c5902c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# CHANGE LOG
## Version 1.0.8 (2024-02-01)
- add support for UPDATE_USER_ON_LOGIN flag
## Version 1.0.7 (2023-08-12)
- match version requirements in pyproject.toml to those in requirements/stable-psa.txt

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"
[project]
name = "edx-oauth2-wordpress-backend"
version = "1.0.7"
version = "1.0.8"
authors = [
{ name="Lawrence McDaniel", email="lpm0073@gmail.com" },
]