Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SampleDB API Wrapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-salinga
SampleDB API Wrapper
Commits
5fe03e78
Commit
5fe03e78
authored
1 year ago
by
Nils Holle
Browse files
Options
Downloads
Patches
Plain Diff
Prepare release 0.6.5
parent
f8249db0
No related branches found
Branches containing commit
Tags
11_wwu.1
Tags containing commit
No related merge requests found
Pipeline
#289978
failed
1 year ago
Stage: test
Stage: mirror
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/changelog.rst
+10
-0
10 additions, 0 deletions
doc/changelog.rst
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
11 additions
and
1 deletion
doc/changelog.rst
+
10
−
0
View file @
5fe03e78
Changelog
=========
Version 0.6.5
-------------
- Return server response text on 4xx errors (thanks to Malte Deckers)
- Include missing submodules in documentation (thanks to Malte Deckers)
- Tests also run on Python 3.12
- Add url and hash to File object (thanks to Malte Deckers)
- Add new object log entries endpoint (thanks to Malte Deckers)
- Fix some type annotations and checks
Version 0.6.4
-------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
5fe03e78
...
...
@@ -19,7 +19,7 @@ out = setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version
=
"
0.6.
4
"
,
version
=
"
0.6.
5
"
,
description
=
"
API wrapper for SampleDB
"
,
long_description
=
long_description
,
...
...
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