Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Python Briar Wrapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
briar
Python Briar Wrapper
Compare revisions
1ce87ebdd9e5a869d702c41e285845746b25f28e to 04ce71075e075d6fe835f508c6fad37cd830a515
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
briar/python-briar-wrapper
Select target project
No results found
04ce71075e075d6fe835f508c6fad37cd830a515
Select Git revision
Swap
Target
briar/python-briar-wrapper
Select target project
briar/python-briar-wrapper
1 result
1ce87ebdd9e5a869d702c41e285845746b25f28e
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Bump to 0.0.3
· 04ce7107
Nico
authored
5 years ago
04ce7107
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
briar_wrapper/__init__.py
+2
-2
2 additions, 2 deletions
briar_wrapper/__init__.py
with
2 additions
and
2 deletions
briar_wrapper/__init__.py
View file @
04ce7107
...
...
@@ -2,6 +2,6 @@
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md
"""
Wrapper for the Briar REST API
"""
"""
Wrapper for the Briar
Headless
REST API
"""
__version__
=
"
0.0.
2
"
__version__
=
"
0.0.
3
"
This diff is collapsed.
Click to expand it.