Skip to content
Snippets Groups Projects
Verified Commit eff66665 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REL: prepare release

parent 1b00b191
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
## [0.5.0] - 2021-02-11 ##
### Added ###
* New exceptions `HTTPForbiddenException` and
`HTTPResourceNotFoundException` for HTTP 403 and 404 errors,
respectively.
......
......@@ -49,7 +49,7 @@ MAJOR = 0
MINOR = 5
MICRO = 0
PRE = "" # e.g. rc0, alpha.1, 0.beta-23
ISRELEASED = False
ISRELEASED = True
if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment