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
afba642b3a9556661b16220751283b8a2f9fc1c4 to 8a59c71644f7feaf7260c8fa8be9f723f144bd4d
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
8a59c71644f7feaf7260c8fa8be9f723f144bd4d
Select Git revision
Swap
Target
briar/python-briar-wrapper
Select target project
briar/python-briar-wrapper
1 result
afba642b3a9556661b16220751283b8a2f9fc1c4
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.7
· 8a59c716
Nico
authored
4 years ago
8a59c716
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
briar_wrapper/__init__.py
+1
-1
1 addition, 1 deletion
briar_wrapper/__init__.py
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
with
8 additions
and
2 deletions
briar_wrapper/__init__.py
View file @
8a59c716
...
...
@@ -15,4 +15,4 @@ The source code can be found on
[code.briarproject.org](https://code.briarproject.org/briar/python-briar-wrapper).
"""
__version__
=
"
0.0.
6
"
__version__
=
"
0.0.
7
"
This diff is collapsed.
Click to expand it.
debian/changelog
View file @
8a59c716
python-briar-wrapper (0.0.7-1) UNRELEASED; urgency=medium
* Handle errors while adding pending contact
-- Nico Alt <nicoalt@posteo.org> Sat, 27 Mar 2021 17:25:32 +0000
python-briar-wrapper (0.0.6-1) UNRELEASED; urgency=medium
* Fix support for changing contact alias
...
...
This diff is collapsed.
Click to expand it.
debian/control
View file @
8a59c716
...
...
@@ -18,7 +18,7 @@ Architecture: all
Depends:
python3-requests,
python3-websockets (>= 8.0),
briar-headless (>= 1.2.1
2
),
briar-headless (>= 1.2.1
9
),
${misc:Depends},
${python3:Depends}
Description: Wrapper Library for Briar Headless
...
...
This diff is collapsed.
Click to expand it.