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

REL: prepare release v0.5.1

parent fe1dda7f
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ###
### Security ###
## [0.5.1] - 2021-02-12 ##
### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
* #43 - Error with `execute_query` when server doesn't support query caching.
### Security ###
......
......@@ -49,7 +49,7 @@ MAJOR = 0
MINOR = 5
MICRO = 1
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.
Finish editing this message first!
Please register or to comment