Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
be995641
Commit
be995641
authored
1 year ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
REL: release 0.13.0
parent
e06fa0b1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#41952
failed
1 year ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+1
-7
1 addition, 7 deletions
CHANGELOG.md
CITATION.cff
+2
-2
2 additions, 2 deletions
CITATION.cff
setup.py
+3
-3
3 additions, 3 deletions
setup.py
src/doc/conf.py
+2
-2
2 additions, 2 deletions
src/doc/conf.py
with
8 additions
and
14 deletions
CHANGELOG.md
+
1
−
7
View file @
be995641
...
...
@@ -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 ###
...
...
This diff is collapsed.
Click to expand it.
CITATION.cff
+
2
−
2
View file @
be995641
...
...
@@ -20,6 +20,6 @@ authors:
given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125
title: CaosDB - Pylib
version: 0.1
2
.0
version: 0.1
3
.0
doi: 10.3390/data4020083
date-released: 2023-06-02
\ No newline at end of file
date-released: 2023-10-10
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
3
View file @
be995641
...
...
@@ -45,10 +45,10 @@ from setuptools import find_packages, setup
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
########################################################################
ISRELEASED
=
Fals
e
ISRELEASED
=
Tru
e
MAJOR
=
0
MINOR
=
1
2
MICRO
=
1
MINOR
=
1
3
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
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
2
−
2
View file @
be995641
...
...
@@ -29,10 +29,10 @@ copyright = '2023, IndiScale GmbH'
author
=
'
Daniel Hornung
'
# The short X.Y version
version
=
'
0.1
2.1
'
version
=
'
0.1
3.0
'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release
=
'
0.1
2.1-dev
'
release
=
'
0.1
3.0
'
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment