Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michal Čihař
proxy
Commits
a84a97d0
Commit
a84a97d0
authored
Oct 19, 2017
by
Michal Horejsek
Browse files
Release 1.1
parent
93f66563
Changes
20
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
a84a97d0
...
...
@@ -10,6 +10,7 @@ dist
*.deb
*.rpm
*.tar*
!release/*
haas.log
haas.pid
release/haas-proxy-1.0.tar.gz
deleted
100644 → 0
View file @
93f66563
File deleted
release/haas-proxy-1.0.tar.gz.checksum
deleted
100644 → 0
View file @
93f66563
ddd1e50429b679b00e666fe80e0deb3e haas-proxy-1.0.tar.gz
release/haas-proxy-1.1.tar.gz
0 → 100644
View file @
a84a97d0
File added
release/haas-proxy-1.1.tar.gz.checksum
0 → 100644
View file @
a84a97d0
66d9c1e7b27fbff128a4cd280768041c haas-proxy-1.1.tar.gz
release/python-haas-proxy-1.0-1.noarch.rpm.checksum
deleted
100644 → 0
View file @
93f66563
da305ebe6c32c9e36c857e979ff154d0 python-haas-proxy-1.0-1.noarch.rpm
release/python-haas-proxy-1.
0
-1.noarch.rpm
→
release/python-haas-proxy-1.
1
-1.noarch.rpm
View file @
a84a97d0
No preview for this file type
release/python-haas-proxy-1.1-1.noarch.rpm.checksum
0 → 100644
View file @
a84a97d0
94e8fabe8d3a6788060d89ea804741f1 python-haas-proxy-1.1-1.noarch.rpm
release/python-haas-proxy_1.0_all.deb
deleted
100644 → 0
View file @
93f66563
File deleted
release/python-haas-proxy_1.0_all.deb.checksum
deleted
100644 → 0
View file @
93f66563
a74bb03421585f16af23d0e694ac4c0c python-haas-proxy_1.0_all.deb
release/python-haas-proxy_1.1_all.deb
0 → 100644
View file @
a84a97d0
File added
release/python-haas-proxy_1.1_all.deb.checksum
0 → 100644
View file @
a84a97d0
9e4e1b55d2b0c152393b6e227bd0cbfa python-haas-proxy_1.1_all.deb
release/python3-haas-proxy-1.0-1.noarch.rpm.checksum
deleted
100644 → 0
View file @
93f66563
4a8e5c94f849117a565182c4408e2538 python3-haas-proxy-1.0-1.noarch.rpm
release/python3-haas-proxy-1.
0
-1.noarch.rpm
→
release/python3-haas-proxy-1.
1
-1.noarch.rpm
View file @
a84a97d0
No preview for this file type
release/python3-haas-proxy-1.1-1.noarch.rpm.checksum
0 → 100644
View file @
a84a97d0
f3c6e805a22fe937d9e3f083a2cc8eec python3-haas-proxy-1.1-1.noarch.rpm
release/python3-haas-proxy_1.0_all.deb
deleted
100644 → 0
View file @
93f66563
File deleted
release/python3-haas-proxy_1.0_all.deb.checksum
deleted
100644 → 0
View file @
93f66563
78fa09e7b5d8d93fed432c696a066de0 python3-haas-proxy_1.0_all.deb
release/python3-haas-proxy_1.1_all.deb
0 → 100644
View file @
a84a97d0
File added
release/python3-haas-proxy_1.1_all.deb.checksum
0 → 100644
View file @
a84a97d0
4234fbc093ab5c1ecc34930db292beb7 python3-haas-proxy_1.1_all.deb
setup.py
View file @
a84a97d0
...
...
@@ -21,7 +21,7 @@ if sys.version_info < (3, 0):
setup
(
name
=
'haas-proxy'
,
version
=
'1.
0
'
,
version
=
'1.
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