Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarbier committed Oct 8, 2024
1 parent 8266186 commit 86e6fb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
See for sample https://raw.githubusercontent.com/favoloso/conventional-changelog-emoji/master/CHANGELOG.md
-->


## [0.10.0] - 2024-MM-DD
### 🐛 Bug Fixes
- Fix admin % lighthouse inQueue value (#42)

## [0.9.2] - 2024-05-20
### Improvements
- Fix incident duration calculation (#29)
Expand Down
2 changes: 1 addition & 1 deletion django/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/

VERSION = [0, 9, 2]
VERSION = [0, 10, 0]

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = os.environ.get('SECRET_KEY')
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9'
version = '0.10'
# The full version, including alpha/beta/rc tags.
release = '0.9.2'
release = '0.10.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 86e6fb2

Please sign in to comment.