diff --git a/README.rst b/README.rst
index 0dfa1406c61f8068076ad53016c53bbf65a0c926..e39f9414aa4583bff633327343900651f0331fdf 100644
--- a/README.rst
+++ b/README.rst
@@ -39,12 +39,15 @@ You can review `coverage`_ of added tests by running
 Note that tests are run on `Travis`_ for all supported python
 versions whenever the tree on github is pushed to.
 
-The main site for this is on code.google.com with a backup site at
-github. Use whichever is convenient, the maintainer will push
-accepted patches to both.
+The code is available in the following locations:
 
-* http://code.google.com/p/chkcrontab/
-* http://github.com/lyda/chkcrontab/
+* Bitbucket: https://bitbucket.org/lyda/chkcrontab/src
+* code.google: http://code.google.com/p/chkcrontab/
+* Github: https://github.com/lyda/chkcrontab
+* Gitorious: https://gitorious.org/uu/chkcrontab
+
+Pull requests on any of those platforms or emailed patches are fine.
+Opening issues on github is easiest, but I'll check any of them.
 
 TODO
 ====
diff --git a/setup.py b/setup.py
index 0bd1620614bc3df1fe199aefa78206d42a8e35f2..5f0b88af21b0ef16897f94fdf938834326e2f63e 100755
--- a/setup.py
+++ b/setup.py
@@ -163,7 +163,7 @@ if 'setuptools' not in dir():
 setup(
   cmdclass=cmdclass,
   name='chkcrontab',
-  version='1.4a',
+  version='1.5',
   url='http://code.google.com/p/chkcrontab',
   author='Kevin Lyda',
   author_email='lyda@google.com',