Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanno Schlichting committed Oct 19, 2009
1 parent d8d0f96 commit e414daa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions TODO.txt
Expand Up @@ -44,8 +44,5 @@ Priority 2
Priority 3
----------

- Try to debug why we sometimes don't get module level changes like new
imports or constants.

- Figure out why we sometimes end up with both the py and pyc file in the
registry and the status messages.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

name = 'plone.reload'
version = '1.0.1'
version = '1.1'

def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
Expand Down

0 comments on commit e414daa

Please sign in to comment.