Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
thespacedoctor committed Sep 26, 2016
2 parents d7d2a9c + b81822d commit 6456f6c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
tastic
======

*Scripts and Command-Line tools for working with taskpaper documents on
macOS and iOS*.
*A python package for working with taskpaper documents*.

Usage
=====
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tastic
=========================

*Scripts and Command-Line tools for working with taskpaper documents on macOS and iOS*.
*A python package for working with taskpaper documents*.

Usage
======
Expand Down
4 changes: 4 additions & 0 deletions docs/source/_api/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# -*- coding: utf-8 -*-
#
# tastic documentation build configuration file, created by
<<<<<<< Updated upstream
# sphinx-quickstart on Mon Sep 26 09:11:47 2016.
=======
# sphinx-quickstart on Mon Sep 26 09:27:42 2016.
>>>>>>> Stashed changes
#
# This file is execfile()d with the current directory set to its
# containing dir.
Expand Down
4 changes: 4 additions & 0 deletions docs/source/_api/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.. tastic documentation master file, created by
<<<<<<< Updated upstream
sphinx-quickstart on Mon Sep 26 09:11:47 2016.
=======
sphinx-quickstart on Mon Sep 26 09:27:42 2016.
>>>>>>> Stashed changes
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

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

*Scripts and Command-Line tools for working with taskpaper documents on macOS and iOS*.
*A python package for working with taskpaper documents*.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def __getattr__(cls, name):
# dir menu entry, description, category)
texinfo_documents = [
('index', 'tastic', u'tastic Documentation',
u'Dave Young', 'tastic', 'Scripts and Command-Line tools for working with taskpaper documents on macOS and iOS',
u'Dave Young', 'tastic', 'A python package for working with taskpaper documents',
'Miscellaneous'),
]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def readme():

setup(name="tastic",
version=__version__,
description="Scripts and Command-Line tools for working with taskpaper documents on macOS and iOS",
description="A python package for working with taskpaper documents",
long_description=readme(),
classifiers=[
'Development Status :: 4 - Beta',
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.1'
__version__ = '1.0.2'

0 comments on commit 6456f6c

Please sign in to comment.