Skip to content

Commit

Permalink
release: increment minor version, add NEWS.rst for release info
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerstner committed Aug 9, 2018
1 parent b48305e commit 6bb66a5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include README* LICENSE*
include README* LICENSE* NEWS.rst
11 changes: 11 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
0.6.1
=====

- Fixed a bug with accessing the artifacts in the ``.oscfs/binaries/``
per-package sub-directory. The data was very inefficiently retrieved
from the OBS server resulting in extremely low read performance.

0.6.0
=====

- Initial release
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def getLongDesc():
try:
setup(
name = 'oscfs',
version = '0.6.0',
version = '0.6.1',
description = 'A FUSE based file system to access Open Build Service (OBS) instances',
long_description = long_desc,
author = 'Matthias Gerstner',
Expand All @@ -47,7 +47,7 @@ def getLongDesc():
keywords = 'fuse obs osc openSUSE',
packages = ['oscfs'],
install_requires = ['osc', 'fusepy'],
#url = 'https://github.com/mgerstner/oscfs',
url = 'https://github.com/mgerstner/oscfs',
classifiers = [
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
Expand Down

0 comments on commit 6bb66a5

Please sign in to comment.