Skip to content
Snippets Groups Projects
Commit 964c7ace authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: prepare release

parent f140ebf9
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### ### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
## [0.5.2] - 2021-06-03 ##
### Added ###
* Entity State support (experimental, no StateModel support yet). See the * Entity State support (experimental, no StateModel support yet). See the
`caosdb.State` class for more information. `caosdb.State` class for more information.
* `etag` property for the `caosdb.Query` class. The etag allows to debug the * `etag` property for the `caosdb.Query` class. The etag allows to debug the
......
...@@ -49,7 +49,7 @@ MAJOR = 0 ...@@ -49,7 +49,7 @@ MAJOR = 0
MINOR = 5 MINOR = 5
MICRO = 2 MICRO = 2
PRE = "" # e.g. rc0, alpha.1, 0.beta-23 PRE = "" # e.g. rc0, alpha.1, 0.beta-23
ISRELEASED = False ISRELEASED = True
if PRE: if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, 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