Skip to content

Commit

Permalink
Preparing release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Jun 4, 2016
1 parent 3e582f6 commit b8f03d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
Changelog
=========

5.0.1 (unreleased)
5.0.1 (2016-06-04)
------------------

- Fix BlobError occuring when indexing new files (fixes #120)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup
from setuptools import find_packages

version = '5.0.1.dev0'
version = '5.0.1'
long_description = \
open('README.rst').read() + '\n' + \
open('CHANGES.rst').read() + '\n' + \
Expand Down

0 comments on commit b8f03d2

Please sign in to comment.