Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
haas
proxy
Commits
e4890d9b
Verified
Commit
e4890d9b
authored
Jul 08, 2020
by
Štěpán Henek
🐻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v2.0.1
parent
544efe50
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.txt
CHANGELOG.txt
+4
-0
setup.py
setup.py
+1
-2
No files found.
CHANGELOG.txt
View file @
e4890d9b
=== 2.0.1 (2020-07-08) ===
* Fix of KeyError in ssh_CHANNEL_CLOSE, ssh_CHANNEL_EOF
=== 2.0 (2020-06-17) ===
* Remove python2 suport
...
...
setup.py
View file @
e4890d9b
#!/usr/bin/env python
import
sys
try
:
from
setuptools
import
setup
except
ImportError
:
...
...
@@ -13,7 +12,7 @@ EXTRA_TEST_REQUIRE = [
setup
(
name
=
'haas-proxy'
,
version
=
'2.0'
,
version
=
'2.0
.1
'
,
packages
=
[
'haas_proxy'
,
'haas_proxy.twisted.plugins'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment