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
d606b68f
Commit
d606b68f
authored
4 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
REL: Prepare release of v0.16.0
parent
1a9442ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!159
Release 0.16.o
Pipeline
#57553
passed with warnings
4 months 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
+3
-3
3 additions, 3 deletions
src/doc/conf.py
with
8 additions
and
8 deletions
CITATION.cff
+
2
−
2
View file @
d606b68f
...
@@ -20,6 +20,6 @@ authors:
...
@@ -20,6 +20,6 @@ authors:
given-names: Stefan
given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125
orcid: https://orcid.org/0000-0001-7214-8125
title: CaosDB - Pylib
title: CaosDB - Pylib
version: 0.1
5.1
version: 0.1
6.0
doi: 10.3390/data4020083
doi: 10.3390/data4020083
date-released: 2024-
08-21
date-released: 2024-
11-13
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
3
View file @
d606b68f
...
@@ -46,10 +46,10 @@ from setuptools import find_packages, setup
...
@@ -46,10 +46,10 @@ from setuptools import find_packages, setup
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
########################################################################
########################################################################
ISRELEASED
=
Fals
e
ISRELEASED
=
Tru
e
MAJOR
=
0
MAJOR
=
0
MINOR
=
1
5
MINOR
=
1
6
MICRO
=
2
MICRO
=
0
# Do not tag as pre-release until this commit
# Do not tag as pre-release until this commit
# https://github.com/pypa/packaging/pull/515
# https://github.com/pypa/packaging/pull/515
# has made it into a release. Probably we should wait for pypa/packaging>=21.4
# 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
+
3
−
3
View file @
d606b68f
...
@@ -25,14 +25,14 @@ import sphinx_rtd_theme # noqa: E402
...
@@ -25,14 +25,14 @@ import sphinx_rtd_theme # noqa: E402
# -- Project information -----------------------------------------------------
# -- Project information -----------------------------------------------------
project
=
'
pylinkahead
'
project
=
'
pylinkahead
'
copyright
=
'
202
3
, IndiScale GmbH
'
copyright
=
'
202
4
, IndiScale GmbH
'
author
=
'
Daniel Hornung
'
author
=
'
Daniel Hornung
'
# The short X.Y version
# The short X.Y version
version
=
'
0.1
5.2
'
version
=
'
0.1
6.0
'
# The full version, including alpha/beta/rc tags
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
# release = '0.5.2-rc2'
release
=
'
0.1
5.2-dev
'
release
=
'
0.1
6.0
'
# -- General configuration ---------------------------------------------------
# -- 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