diff --git a/README.rst b/README.rst index 6bcfeba..f9adc1f 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ The Minecraft Overviewer is a command-line tool for rendering high-resolution maps of Minecraft worlds. It generates a set of static html and image files and uses the Google Maps API to display a nice interactive map. -The Overviewer has been in active development for over a year and has many +The Overviewer has been in active development for several years and has many features, including day and night lighting, cave rendering, mineral overlays, and many plugins for even more features! It is written mostly in Python with critical sections in C as an extension module. diff --git a/docs/conf.py b/docs/conf.py index 995cf10..607a1cf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'Overviewer' -copyright = u'2010-2012 The Overviewer Team' +copyright = u'2010-2014 The Overviewer Team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = "0.10" +version = "0.11" # The full version, including alpha/beta/rc tags. -release = "0.10" +release = "0.11" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.