From da0238577c299f79e370bf8bcb11ea55e624a5cd Mon Sep 17 00:00:00 2001 From: Ruben Verweij Date: Thu, 26 Sep 2019 10:41:00 +0200 Subject: [PATCH] Version 3.2.0 --- docs | 2 +- setup.py | 4 ++-- sphinx/conf.py | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs b/docs index a91d9a4..e8e0d21 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit a91d9a4aff3f867ccdfae31d63e82be78000a0d9 +Subproject commit e8e0d21ccc8121fc30e1296a05dadb8aa9e22efa diff --git a/setup.py b/setup.py index c56a6ef..ff68ccc 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = '3.1.0' +VERSION = '3.2.0' if __name__ == '__main__': setup( @@ -15,7 +15,7 @@ if __name__ == '__main__': version=VERSION, description='A tool for reading ND2 files produced by NIS Elements', author='Ruben Verweij', - author_email='verweij@physics.leidenuniv.nl', + author_email='ruben@lighthacking.nl', url='https://github.com/rbnvrw/nd2reader', download_url='https://github.com/rbnvrw/nd2reader/tarball/%s' % VERSION, keywords=['nd2', 'nikon', 'microscopy', 'NIS Elements'], diff --git a/sphinx/conf.py b/sphinx/conf.py index 623711e..5fed6d9 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -36,7 +36,7 @@ master_doc = 'index' # General information about the project. project = 'nd2reader' -copyright = '2017 - 2018, Ruben Verweij' +copyright = '2017 - 2019, Ruben Verweij' author = 'Ruben Verweij' # The version info for the project you're documenting, acts as replacement for @@ -44,9 +44,9 @@ author = 'Ruben Verweij' # built documents. # # The short X.Y version. -version = '3.1.0' +version = '3.2.0' # The full version, including alpha/beta/rc tags. -release = '3.1.0' +release = '3.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -80,7 +80,7 @@ html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() # html_theme_options = { 'navbar_links': [ - ("Lighthacking Blog", "http://lighthacking.nl", True), + ("Lighthacking", "http://lighthacking.nl", True), ], }