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 7cd98ae commit 58b8ceaCopy full SHA for 58b8cea
NEWS.rst
@@ -1,3 +1,10 @@
1
+0.7.0
2
+=====
3
+
4
+- Added support for running in Python3 with the Python3 osc module installed.
5
+- support mounting of oscfs in non-empty directories.
6
+- minor bugfixes with accessing package and project meta data via `.oscfs`.
7
8
0.6.1
9
=====
10
setup.py
@@ -38,7 +38,7 @@ def getLongDesc():
38
try:
39
setup(
40
name = 'oscfs',
41
- version = '0.6.1',
+ version = '0.7.0',
42
description = 'A FUSE based file system to access Open Build Service (OBS) instances',
43
long_description = long_desc,
44
author = 'Matthias Gerstner',
0 commit comments