Skip to content

Commit

Permalink
I feel lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed May 17, 2019
1 parent 81f1501 commit b47be25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ The script requires Python 2.7 and few dependencies. Pip should take of those:

pip install lastversion

## TODO
## Tips

* Use GitHub API token from environment variable to increase rate limit (fix Travis tests)
If you're planning to fetch versions for a whole lot of projects, setup your GitHub API token in `~/.bashrc` like this:

export GITHUB_API_TOKEN=xxxxxxxxxxxxxxx

So `lastversion` will use it to get larger API calls allowance from GitHub.
2 changes: 1 addition & 1 deletion lastversion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"""

__author__ = "Danila Vershinin"
__version__ = "0.0.7"
__version__ = "0.0.8"

from .lastversion import main
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="lastversion",
version="0.0.7",
version="0.0.8",
author="Danila Vershinin",
author_email="[email protected]",
url="https://github.com/dvershinin/lastversion",
Expand Down

0 comments on commit b47be25

Please sign in to comment.