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
f1c877ee
Commit
f1c877ee
authored
1 year ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
REL: Prepare release
parent
98aaad8d
No related branches found
No related tags found
1 merge request
!130
Release v0.14.0
Pipeline
#47652
passed
1 year ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
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
7 additions
and
7 deletions
CITATION.cff
+
2
−
2
View file @
f1c877ee
...
...
@@ -20,6 +20,6 @@ authors:
given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125
title: CaosDB - Pylib
version: 0.1
3.2
version: 0.1
4.0
doi: 10.3390/data4020083
date-released: 202
3-10-11
date-released: 202
4-02-20
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
3
View file @
f1c877ee
...
...
@@ -46,10 +46,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
3
MICRO
=
3
MINOR
=
1
4
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 @
f1c877ee
...
...
@@ -29,10 +29,10 @@ copyright = '2023, IndiScale GmbH'
author
=
'
Daniel Hornung
'
# The short X.Y version
version
=
'
0.1
3.3
'
version
=
'
0.1
4.0
'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release
=
'
0.1
3.3-dev
'
release
=
'
0.1
4.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