Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWillner committed May 1, 2020
1 parent de5ea70 commit ea9176f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include appstore/Makefile

VERSION=2.6.dev0
VERSION=2.6.dev1
MAIN=things3_kanban
APP=things3_app
SERVER=things3_api
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 @@ def package_files(directory):
AUTHOR_MAIL = "[email protected]"
DESCRIPTON = "A simple read-only CLI, API and Web Service for Things 3"
URL = "https://kanbanview.app"
VERSION = "2.6.dev0"
VERSION = "2.6.dev1"
DATA_FILES = package_files('resources')
OPTIONS = {
'argv_emulation': False,
Expand Down
2 changes: 1 addition & 1 deletion things3/things3.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__copyright__ = "2020 Alexander Willner"
__credits__ = ["Alexander Willner"]
__license__ = "Apache License 2.0"
__version__ = "2.6.dev0"
__version__ = "2.6.dev1"
__maintainer__ = "Alexander Willner"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion things3/things3_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__copyright__ = "Copyright 2020 Alexander Willner"
__credits__ = ["Alexander Willner"]
__license__ = "Apache License 2.0"
__version__ = "2.6.dev0"
__version__ = "2.6.dev1"
__maintainer__ = "Alexander Willner"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion things3/things3_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__copyright__ = "Copyright 2020 Alexander Willner"
__credits__ = ["Luc Beaulieu", "Alexander Willner"]
__license__ = "Apache License 2.0"
__version__ = "2.6.dev0"
__version__ = "2.6.dev1"
__maintainer__ = "Alexander Willner"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion things3/things3_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__copyright__ = "2020 Alexander Willner"
__credits__ = ["Alexander Willner"]
__license__ = "Apache License 2.0"
__version__ = "2.6.dev0"
__version__ = "2.6.dev1"
__maintainer__ = "Alexander Willner"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion things3/things3_kanban.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__copyright__ = "Copyright 2020 Alexander Willner"
__credits__ = ["Luc Beaulieu", "Alexander Willner"]
__license__ = "Apache License 2.0"
__version__ = "2.6.dev0"
__version__ = "2.6.dev1"
__maintainer__ = "Alexander Willner"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down

0 comments on commit ea9176f

Please sign in to comment.