Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
thespacedoctor committed Sep 25, 2016
2 parents 2b293dc + 6faef3a commit 18c4895
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ macOS and iOS*.
Usage
=====

Documentation for tastic can be found here: http://tastic.readthedocs.org/en/stable
Documentation for tastic can be found here: http://tastic-for-taskpaper.readthedocs.io/en/stable/

Usage:
tastic index [-s <pathToSettingsFile>]
Expand All @@ -19,9 +19,9 @@ Documentation
=============

Documentation for tastic is hosted by [Read the
Docs](http://tastic.readthedocs.org/en/stable/) (last [stable
version](http://tastic.readthedocs.org/en/stable/) and [latest
version](http://tastic.readthedocs.org/en/latest/)).
Docs](http://tastic-for-taskpaper.readthedocs.io/en/stable/) (last [stable
version](http://tastic-for-taskpaper.readthedocs.io/en/stable/) and [latest
version](http://tastic-for-taskpaper.readthedocs.io/en/latest/)).

Installation
============
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Usage
.. code-block:: bash
Documentation for tastic can be found here: http://tastic.readthedocs.org/en/stable
Documentation for tastic can be found here: http://tastic-for-taskpaper.readthedocs.io/en/stable/
Usage:
tastic index [-s <pathToSettingsFile>]
Expand All @@ -21,7 +21,7 @@ Usage
Documentation
=============

Documentation for tastic is hosted by `Read the Docs <http://tastic.readthedocs.org/en/stable/>`__ (last `stable version <http://tastic.readthedocs.org/en/stable/>`__ and `latest version <http://tastic.readthedocs.org/en/latest/>`__).
Documentation for tastic is hosted by `Read the Docs <http://tastic-for-taskpaper.readthedocs.io/en/stable/>`__ (last `stable version <http://tastic-for-taskpaper.readthedocs.io/en/stable/>`__ and `latest version <http://tastic-for-taskpaper.readthedocs.io/en/latest/>`__).

Installation
============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_includes/documentation.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Documentation
=============

Documentation for tastic is hosted by `Read the Docs <http://tastic.readthedocs.org/en/stable/>`__ (last `stable version <http://tastic.readthedocs.org/en/stable/>`__ and `latest version <http://tastic.readthedocs.org/en/latest/>`__).
Documentation for tastic is hosted by `Read the Docs <http://tastic-for-taskpaper.readthedocs.io/en/stable/>`__ (last `stable version <http://tastic-for-taskpaper.readthedocs.io/en/stable/>`__ and `latest version <http://tastic-for-taskpaper.readthedocs.io/en/latest/>`__).
2 changes: 1 addition & 1 deletion docs/source/_includes/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Usage
.. code-block:: bash
Documentation for tastic can be found here: http://tastic.readthedocs.org/en/stable
Documentation for tastic can be found here: http://tastic-for-taskpaper.readthedocs.io/en/stable/
Usage:
tastic index [-s <pathToSettingsFile>]
Expand Down
2 changes: 1 addition & 1 deletion tastic/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0'
__version__ = '1.0.1'
2 changes: 1 addition & 1 deletion tastic/cl_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/local/bin/python
# encoding: utf-8
"""
Documentation for tastic can be found here: http://tastic.readthedocs.org/en/stable
Documentation for tastic can be found here: http://tastic-for-taskpaper.readthedocs.io/en/stable/
Usage:
tastic index [-s <pathToSettingsFile>]
Expand Down

0 comments on commit 18c4895

Please sign in to comment.