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

REL: prepare release

parent 7af933d1
No related branches found
No related tags found
1 merge request!57RELEASE 0.7.3
Pipeline #22449 passed
......@@ -9,6 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
## [0.7.3] - 2022-05-03
(Henrik tom Wörden)
### Added ###
- New function in apiutils that copies an Entity.
- New EXPERIMENTAL module `high_level_api` which is a completely refactored version of
the old `high_level_api` from apiutils. Please see the included documentation for details.
......
# Experimental Features
- High Level API in the module `high_level_api` is experimental and might be removed in future. It is for playing around with a possible future implementation of the Python client. See `src/doc/future_caosdb.md`
# Features
TODO: This is currently an incomplete list.
- `to_graphics` defined in `caosdb.utils.plantuml` can be used to create an UML diagram of a data model
......@@ -45,10 +45,10 @@ from setuptools import find_packages, setup
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
########################################################################
ISRELEASED = False
ISRELEASED = True
MAJOR = 0
MINOR = 8
MICRO = 0
MINOR = 7
MICRO = 3
# Do not tag as pre-release until this commit
# https://github.com/pypa/packaging/pull/515
# has made it into a release. Probably we should wait for pypa/packaging>=21.4
......
......@@ -29,10 +29,10 @@ copyright = '2022, IndiScale GmbH'
author = 'Daniel Hornung'
# The short X.Y version
version = '0.8.0'
version = '0.7.3'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release = '0.8.0-dev'
release = '0.7.3'
# -- General configuration ---------------------------------------------------
......
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