Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-advanced-user-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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-advanced-user-tools
Commits
9ff30718
Commit
9ff30718
authored
2 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
REL: Begin next release cycle
parent
b73a6a0d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!73
MAINT: change wording of TableImporter argument and allow converters and...
Pipeline
#35495
failed
1 year ago
Stage: setup
Stage: cert
Stage: style
Stage: unittest
Stage: integrationtest
Changes
3
Pipelines
35
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+16
-0
16 additions, 0 deletions
CHANGELOG.md
setup.py
+2
-2
2 additions, 2 deletions
setup.py
src/doc/conf.py
+2
-2
2 additions, 2 deletions
src/doc/conf.py
with
20 additions
and
4 deletions
CHANGELOG.md
+
16
−
0
View file @
9ff30718
...
...
@@ -4,6 +4,22 @@ 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.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [Unreleased] ##
### Added ###
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
## [0.7.0] - 2023-03-09 ##
(Florian Spreckelsen)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
9ff30718
...
...
@@ -47,9 +47,9 @@ from setuptools import find_packages, setup
MAJOR
=
0
MINOR
=
7
MICRO
=
0
MICRO
=
1
PRE
=
""
# e.g. rc0, alpha.1, 0.beta-23
ISRELEASED
=
Tru
e
ISRELEASED
=
Fals
e
if
PRE
:
VERSION
=
"
{}.{}.{}-{}
"
.
format
(
MAJOR
,
MINOR
,
MICRO
,
PRE
)
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
2
−
2
View file @
9ff30718
...
...
@@ -27,9 +27,9 @@ copyright = '2021, IndiScale GmbH'
author
=
'
Daniel Hornung
'
# The short X.Y version
version
=
'
0.7.
0
'
version
=
'
0.7.
1
'
# The full version, including alpha/beta/rc tags
release
=
'
0.7.
0
'
release
=
'
0.7.
1-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