Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
hedleyroos committed Jun 30, 2015
2 parents 3a73097 + ec9d714 commit 8f41f39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,10 @@
Changelog
=========

2.0.2
-----
#. Remove explicit jmbo version pin.

2.0.1
-----
#. Guard against deletion error where database and filesystem is out of synch.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='jmbo-downloads',
version='2.0.1',
version='2.0.2',
description='Downloads for Jmbo.',
long_description=(open('README.rst', 'r').read() +
open('AUTHORS.rst', 'r').read() +
Expand All @@ -13,7 +13,7 @@
url='http://github.com/praekelt/jmbo-downloads',
packages = find_packages(),
install_requires = [
'jmbo==2.0.0'
'jmbo>=2.0.0'
],
include_package_data=True,
tests_require=[
Expand Down

0 comments on commit 8f41f39

Please sign in to comment.