Skip to content

Commit

Permalink
Fix version.
Browse files Browse the repository at this point in the history
- last version v2.6.0 is not yet tagged.
- changes after that is not yet release.
  • Loading branch information
kra3 committed Mar 26, 2019
1 parent 93fb657 commit 763eced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pyga/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

__author__ = "Arun KR (kra3) <[email protected]"
__license__ = "Simplified BSD"
__version__ = '2.6.0'
__version__ = '2.6.1'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 763eced

Please sign in to comment.