diff --git a/docs/source/conf.py b/docs/source/conf.py index db177c73..8d9a923c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,7 +62,7 @@ master_doc = 'index' # General information about the project. project = 'gprMax' -copyright = '2015, The University of Edinburgh. Authors: Craig Warren and Antonis Giannopoulos' +copyright = '2015-2016, The University of Edinburgh. Authors: Craig Warren and Antonis Giannopoulos' author = 'Craig Warren and Antonis Giannopoulos' # The version info for the project you're documenting, acts as replacement for @@ -72,7 +72,7 @@ author = 'Craig Warren and Antonis Giannopoulos' # The short X.Y version. # Read version number from gprMax/gprMax.py #version = re.search('^__version__\s*=\s*\'(.*)\'', open('../../gprMax/gprMax.py').read(), re.M).group(1) -version = '3.0.0b12' +version = '3.0.0b14' # The full version, including alpha/beta/rc tags. release = version + '(Bowmore)' diff --git a/gprMax/gprMax.py b/gprMax/gprMax.py index c7a0cca2..b2ed6fb0 100644 --- a/gprMax/gprMax.py +++ b/gprMax/gprMax.py @@ -19,7 +19,7 @@ """gprMax.gprMax: provides entry point main().""" # Set the version number here -__version__ = '3.0.0b12' +__version__ = '3.0.0b14' versionname = ' (Bowmore)' import sys, os, datetime, itertools, argparse