Skip to content
Snippets Groups Projects
Verified Commit 8952c3a8 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

BUILD: Bump versions for release

parent 17be5baf
No related branches found
No related tags found
1 merge request!189ENH: add convenience functions
Pipeline #63796 passed
......@@ -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.18.0] - 2025-05-27 ##
### Added ###
......@@ -13,18 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- High level API: Parameter for serialization to output a plain JSON.
- High level API: Parameter to resolve references when converting to Python object.
### Changed ###
### Deprecated ###
### Removed ###
- `DropOffBox` class and related parameters (`pickup` for file uploading).
### Fixed ###
### Security ###
### Documentation ###
* [#78](https://gitlab.com/linkahead/linkahead-pylib/-/issues/78) Fix
......
......@@ -20,6 +20,6 @@ authors:
given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125
title: CaosDB - Pylib
version: 0.17.0
version: 0.18.0
doi: 10.3390/data4020083
date-released: 2025-01-14
date-released: 2025-05-27
......@@ -46,10 +46,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 = 17
MICRO = 1
MINOR = 18
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 = '2024, IndiScale GmbH'
author = 'Daniel Hornung'
# The short X.Y version
version = '0.17.1'
version = '0.18.0'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release = '0.17.1-dev'
release = '0.18.0'
# -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment