Skip to content

Commit 335fa46

Browse files
committed
prepare new minor release
1 parent 189323b commit 335fa46

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.9.0
28
=====
39

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def getLongDesc():
3737
try:
3838
setup(
3939
name='oscfs',
40-
version='0.8.1',
40+
version='0.9.1',
4141
description='A FUSE based file system to access Open Build Service (OBS) instances',
4242
long_description=long_desc,
4343
author='Matthias Gerstner',

0 commit comments

Comments
 (0)