From bb2715ea330d02e2be2d29e3dc44739c5e3888a1 Mon Sep 17 00:00:00 2001 From: seisatsu Date: Sat, 29 Apr 2017 14:25:38 -0700 Subject: [PATCH] Bump version to Alpha-0.0.7 --- docsrc/000_User's_Manual.md | 4 +++- docsrc/config.json | 2 +- docsrc/index.md | 2 +- src/configmanager.py | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docsrc/000_User's_Manual.md b/docsrc/000_User's_Manual.md index ebc7771..358b18b 100644 --- a/docsrc/000_User's_Manual.md +++ b/docsrc/000_User's_Manual.md @@ -1,3 +1,5 @@ -This is the User's Manual for Driftwood 2D **version Alpha-0.0.6**. Please make sure you are reading the manual for the correct version you are trying to use, as features will change rapidly during Alpha development stage. +This is the User's Manual for Driftwood 2D **version Alpha-0.0.7**. Please make sure you are reading the manual for the correct version you are trying to use, as features will change rapidly during Alpha development stage. You can read the manual by selecting a topic on the left or by clicking "Next". + +This manual is a work in progress. Not all chapters are completed. diff --git a/docsrc/config.json b/docsrc/config.json index 22e4352..e69704a 100644 --- a/docsrc/config.json +++ b/docsrc/config.json @@ -22,7 +22,7 @@ "edit_on_github": "seisatsu/Driftwood/blob/master/docs", "links": { "GitHub Repository": "https://github.com/seisatsu/Driftwood", - "Download Alpha-0.0.6": "https://github.com/seisatsu/Driftwood/releases/tag/Alpha-0.0.6", + "Download Alpha-0.0.7": "https://github.com/seisatsu/Driftwood/releases/tag/Alpha-0.0.7", "Help/Support/Bugs": "https://github.com/seisatsu/Driftwood/issues", "Made with DAUX.IO": "http://daux.io/" } diff --git a/docsrc/index.md b/docsrc/index.md index 8d2116e..6f0553d 100644 --- a/docsrc/index.md +++ b/docsrc/index.md @@ -1,4 +1,4 @@ -# Driftwood 2D - Alpha-0.0.6 +# Driftwood 2D - Alpha-0.0.7 * Copyright (c) 2014 PariahSoft LLC (Abandoned) * Copyright (c) 2016-2017 Michael D. Reiley and Paul Merrill diff --git a/src/configmanager.py b/src/configmanager.py index 448d521..fd34056 100644 --- a/src/configmanager.py +++ b/src/configmanager.py @@ -34,7 +34,7 @@ import traceback import zipfile -VERSION = "Driftwood 2D Alpha-0.0.6" +VERSION = "Driftwood 2D Alpha-0.0.7" COPYRIGHT = "Copyright 2016-2017 Michael D. Reiley and Paul Merrill"