Skip to content

Commit 6bb66a5

Browse files
committed
release: increment minor version, add NEWS.rst for release info
1 parent b48305e commit 6bb66a5

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include README* LICENSE*
1+
include README* LICENSE* NEWS.rst

NEWS.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
0.6.1
2+
=====
3+
4+
- Fixed a bug with accessing the artifacts in the ``.oscfs/binaries/``
5+
per-package sub-directory. The data was very inefficiently retrieved
6+
from the OBS server resulting in extremely low read performance.
7+
8+
0.6.0
9+
=====
10+
11+
- Initial release

setup.py

Lines changed: 2 additions & 2 deletions
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.0',
41+
version = '0.6.1',
4242
description = 'A FUSE based file system to access Open Build Service (OBS) instances',
4343
long_description = long_desc,
4444
author = 'Matthias Gerstner',
@@ -47,7 +47,7 @@ def getLongDesc():
4747
keywords = 'fuse obs osc openSUSE',
4848
packages = ['oscfs'],
4949
install_requires = ['osc', 'fusepy'],
50-
#url = 'https://github.com/mgerstner/oscfs',
50+
url = 'https://github.com/mgerstner/oscfs',
5151
classifiers = [
5252
'Intended Audience :: Developers',
5353
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',

0 commit comments

Comments
 (0)