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
7c3a1b52
Verified
Commit
7c3a1b52
authored
2 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
REL: initiate next release cycle
parent
28119f96
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!71
Release 0.9
Pipeline
#26630
passed
2 years ago
Stage: code_style
Stage: linting
Stage: setup
Stage: test
Stage: deploy
Changes
4
Pipelines
15
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
RELEASE_GUIDELINES.md
+3
-1
3 additions, 1 deletion
RELEASE_GUIDELINES.md
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
9 additions
and
7 deletions
README.md
+
1
−
1
View file @
7c3a1b52
...
...
@@ -47,7 +47,7 @@ However, you can also create an issue for it.
*
Copyright (C) 2018 Research Group Biomedical Physics, Max Planck Institute
for Dynamics and Self-Organization Göttingen.
*
Copyright (C) 2020-202
1
Indiscale GmbH
<info@indiscale.com>
*
Copyright (C) 2020-202
2
Indiscale GmbH
<info@indiscale.com>
All files in this repository are licensed under a
[
GNU Affero General Public
License
](
LICENCE.md
)
(
version
3 or later).
This diff is collapsed.
Click to expand it.
RELEASE_GUIDELINES.md
+
3
−
1
View file @
7c3a1b52
...
...
@@ -42,4 +42,6 @@ guidelines of the CaosDB Project
12.
After the merge of main to dev, start a new development version by
setting
`ISRELEASED`
to
`False`
and by increasing at least the
`MICRO`
version in
[
setup.py
](
./setup.py
)
and preparing CHANGELOG.md.
version in
[
setup.py
](
./setup.py
)
.
Also update CHANGELOG.md (new "Unreleased" section).
Also update
`src/doc/conf.py`
.
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
3
View file @
7c3a1b52
...
...
@@ -45,15 +45,15 @@ from setuptools import find_packages, setup
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
########################################################################
ISRELEASED
=
Tru
e
ISRELEASED
=
Fals
e
MAJOR
=
0
MINOR
=
8
MINOR
=
9
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
# https://github.com/pypa/packaging/releases
PRE
=
""
# "dev" # e.g. rc0, alpha.1, 0.beta-23
PRE
=
"
dev
"
# "dev" # e.g. rc0, alpha.1, 0.beta-23
if
PRE
:
VERSION
=
"
{}.{}.{}-{}
"
.
format
(
MAJOR
,
MINOR
,
MICRO
,
PRE
)
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
2
−
2
View file @
7c3a1b52
...
...
@@ -29,10 +29,10 @@ copyright = '2022, IndiScale GmbH'
author
=
'
Daniel Hornung
'
# The short X.Y version
version
=
'
0.
8
.0
'
version
=
'
0.
9
.0
'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release
=
'
0.
8
.0
'
release
=
'
0.
9
.0
-dev
'
# -- 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