Skip to content

Commit 1153b09

Browse files
committed
prepare minor bugfix release
1 parent aa63ada commit 1153b09

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.8.1
2+
=====
3+
4+
- fix minor error in urlopen wrapper occuring in some Python versions,
5+
causing an exception upon start.
6+
17
0.8.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.0',
40+
version='0.8.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)