This is an automated email from the git hooks/post-receive script. irl-guest pushed a commit to branch master in repository python-fitbit.
commit 3e256d15e0f46ecf4a951573aa4a727b2dd44541 Author: Iain R. Learmonth <[email protected]> Date: Wed Feb 5 23:25:21 2014 +0000 Imported Upstream version 0.0.3 --- .gitignore | 1 + AUTHORS | 2 ++ LICENSE | 2 +- fitbit/__init__.py | 6 +++--- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bbc49fd..3649edf 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ docs/_build *.egg-info *.egg dist +build diff --git a/AUTHORS b/AUTHORS index 93ff530..e833c69 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,3 +2,5 @@ Issac Kelly (Kelly Creative Tech) Percy Perez (ORCAS) Rebecca Lovewell (Caktus Consulting Group) Dan Poirier (Caktus Consulting Group) +Brad Pitcher (ORCAS) +Silvio Tomatis diff --git a/LICENSE b/LICENSE index 2dab89d..0d95e9a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2012 ORCAS +Copyright 2012-2014 ORCAS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fitbit/__init__.py b/fitbit/__init__.py index f4a23d7..25787bf 100644 --- a/fitbit/__init__.py +++ b/fitbit/__init__.py @@ -13,12 +13,12 @@ from .api import Fitbit, FitbitConsumer, FitbitOauthClient __title__ = 'fitbit' __author__ = 'Issac Kelly and ORCAS' -__author_email__ = '[email protected]' +__author_email__ = '[email protected]' __copyright__ = 'Copyright 2012 ORCAS' __license__ = 'Apache 2.0' -__version__ = '0.0.2' +__version__ = '0.0.3' # Module namespace. -all_tests = [] \ No newline at end of file +all_tests = [] -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-fitbit.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
