From 763ecedcf1a74766eaffdbe575c0065d4fb4183d Mon Sep 17 00:00:00 2001 From: "Arun Karunagath (kra3)" Date: Tue, 26 Mar 2019 01:39:40 +0100 Subject: [PATCH] Fix version. - last version v2.6.0 is not yet tagged. - changes after that is not yet release. --- README.rst | 2 +- pyga/requests.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cd449a9..98bf3d1 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ PYGA: Python Google Analytics - Data Collection API :target: https://coveralls.io/github/kra3/py-ga-mob?branch=master -pyga is an implementation of Google Analytics (ga.js) in Python;so that it can be used at server side. +pyga is an implementation of Google Analytics (ga.js) in Python; so that it can be used at server side. This project only helps you with Data Collection part of Google Analytics. ie., You can consider this as a replacement for ga.js at client side. diff --git a/pyga/requests.py b/pyga/requests.py index f2dca0e..72e4bc9 100644 --- a/pyga/requests.py +++ b/pyga/requests.py @@ -16,7 +16,7 @@ __author__ = "Arun KR (kra3)