From feb03df3dadd1c8bb2b6171094921ed01f984fea Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Sat, 16 Feb 2013 23:08:06 +0000 Subject: [PATCH] Release 1.5. Update docs. Bump version. --- README.rst | 13 ++++++++----- setup.py | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 0dfa140..e39f941 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 0bd1620..5f0b88a 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', -- GitLab