Skip to content

Commit 58b8cea

Browse files
committed
increment major version, adjust NEWS.rst release info.
1 parent 7cd98ae commit 58b8cea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
0.6.1
29
=====
310

setup.py

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

0 commit comments

Comments
 (0)