We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa63ada commit 1153b09Copy full SHA for 1153b09
NEWS.rst
@@ -1,3 +1,9 @@
1
+0.8.1
2
+=====
3
+
4
+- fix minor error in urlopen wrapper occuring in some Python versions,
5
+ causing an exception upon start.
6
7
0.8.0
8
=====
9
setup.py
@@ -37,7 +37,7 @@ def getLongDesc():
37
try:
38
setup(
39
name='oscfs',
40
- version='0.8.0',
+ version='0.8.1',
41
description='A FUSE based file system to access Open Build Service (OBS) instances',
42
long_description=long_desc,
43
author='Matthias Gerstner',
0 commit comments