Skip to content

Commit

Permalink
Update README and bump to v0.9.3 and supply reference to Read The Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
engdan77 committed Nov 29, 2019
1 parent f188e8a commit 7a1900b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
[![codecov](https://codecov.io/gh/engdan77/tasks_collector/branch/master/graph/badge.svg)](https://codecov.io/gh//engdan77/tasks_collector)
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)

## Read The Docs
You can find the documentation including generated API docs at https://tasks-collector.readthedocs.io/en/latest/

## Background
The purpose with this project was to address the headache of collecting and organizing the tasks are/have worked with.
These tasks spread across different platforms such as Outlook, Jira, Trello and other platforms and felt like I had to structure and
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='tasks_collector',
version='0.9.2',
version='0.9.3',
packages=find_packages(),
install_requires=opt['install_requires']['out'],
url='https://github.com/engdan77/tasks_collector',
Expand Down
2 changes: 1 addition & 1 deletion tasks_collector/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

__author__ = "Daniel Engvall"
__email__ = "daniel@engvalls.eu"
__version__ = "0.9.2"
__version__ = "0.9.3"


def get_keyring(system, username):
Expand Down

0 comments on commit 7a1900b

Please sign in to comment.