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

REL: release 0.13.0

parent e06fa0b1
No related branches found
No related tags found
No related merge requests found
Pipeline #41952 failed
......@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ##
## [0.13.0] - 2023-10-10 ##
### Added ###
......@@ -27,16 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
messages have been deprecated. Warnings are raised correspondingly.
* `Message.get_code`. Use the `code` property instead.
### Removed ###
### Fixed ###
- Detection for cyclic references when converting entites using the high level API.
### Security ###
### Documentation ###
## [0.12.0] - 2023-06-02 ##
### Added ###
......
......@@ -20,6 +20,6 @@ authors:
given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125
title: CaosDB - Pylib
version: 0.12.0
version: 0.13.0
doi: 10.3390/data4020083
date-released: 2023-06-02
\ No newline at end of file
date-released: 2023-10-10
......@@ -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 = 12
MICRO = 1
MINOR = 13
MICRO = 0
# 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 = '2023, IndiScale GmbH'
author = 'Daniel Hornung'
# The short X.Y version
version = '0.12.1'
version = '0.13.0'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release = '0.12.1-dev'
release = '0.13.0'
# -- 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