Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Synapse
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Matrix.org
Synapse
Commits
abbee6b2
Commit
abbee6b2
authored
Mar 3, 2015
by
Erik Johnston
Browse files
Options
Downloads
Plain Diff
Merge pull request #98 from matrix-org/hotfixes-v0.7.1-r4
Hotfixes v0.7.1 r4
parents
a313e978
527e0c43
Branches
Branches containing commit
Tags
v0.7.1-r4
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
synapse/__init__.py
+1
-1
1 addition, 1 deletion
synapse/__init__.py
synapse/python_dependencies.py
+2
-2
2 additions, 2 deletions
synapse/python_dependencies.py
with
3 additions
and
3 deletions
synapse/__init__.py
+
1
−
1
View file @
abbee6b2
...
@@ -16,4 +16,4 @@
...
@@ -16,4 +16,4 @@
"""
This is a reference implementation of a Matrix home server.
"""
This is a reference implementation of a Matrix home server.
"""
"""
__version__
=
"
0.7.1-r
3
"
__version__
=
"
0.7.1-r
4
"
This diff is collapsed.
Click to expand it.
synapse/python_dependencies.py
+
2
−
2
View file @
abbee6b2
...
@@ -36,8 +36,8 @@ DEPENDENCY_LINKS = [
...
@@ -36,8 +36,8 @@ DEPENDENCY_LINKS = [
),
),
github_link
(
github_link
(
project
=
"
matrix-org/matrix-angular-sdk
"
,
project
=
"
matrix-org/matrix-angular-sdk
"
,
version
=
"
v0.6.
3
"
,
version
=
"
v0.6.
4
"
,
egg
=
"
matrix_angular_sdk-0.6.
3
"
,
egg
=
"
matrix_angular_sdk-0.6.
4
"
,
),
),
]
]
...
...
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
sign in
to comment