Clean-up TODO, and advanced the version to 0.5.

This commit is contained in:
依瑪貓 2017-04-28 17:32:07 +08:00
parent a47e65a50c
commit eea4cce149
3 changed files with 3 additions and 4 deletions

3
TODO
View File

@ -1,4 +1,3 @@
obasync TODO obasync TODO
* How to install with LibreOffice on MacOSX Nothing currently.
* Documentation.

View File

@ -216,7 +216,7 @@ def parse_args():
help=("The target storage document if there are more than one" help=("The target storage document if there are more than one"
" opened documents. A partial path is OK.")) " opened documents. A partial path is OK."))
parser.add_argument( parser.add_argument(
"-v", "--version", action="version", version="%(prog)s 0.4") "-v", "--version", action="version", version="%(prog)s 0.5")
args = parser.parse_args() args = parser.parse_args()
# Obtain the absolute path # Obtain the absolute path

View File

@ -29,7 +29,7 @@ if os.path.basename(sys.executable) == "python.bin":
os.path.dirname(sys.executable), "python") os.path.dirname(sys.executable), "python")
setup(name="obasync", setup(name="obasync",
version="0.4", version="0.5",
description="Office Basic macro source synchronizer", description="Office Basic macro source synchronizer",
url="https://pypi.python.org/pypi/obasync", url="https://pypi.python.org/pypi/obasync",
author="imacat", author="imacat",