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 189323b commit 335fa46Copy full SHA for 335fa46
NEWS.rst
@@ -1,3 +1,9 @@
1
+0.9.1
2
+=====
3
+
4
+- minor fix for compatibility with OSC version >= 1.6.1, to avoid HTTP bad
5
+ request errors when opening files.
6
7
0.9.0
8
=====
9
setup.py
@@ -37,7 +37,7 @@ def getLongDesc():
37
try:
38
setup(
39
name='oscfs',
40
- version='0.8.1',
+ version='0.9.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