Browse Source

Version 3.2.0

feature/load_slices
Ruben Verweij 5 years ago
parent
commit
da0238577c
3 changed files with 7 additions and 7 deletions
  1. +1
    -1
      docs
  2. +2
    -2
      setup.py
  3. +4
    -4
      sphinx/conf.py

+ 1
- 1
docs

@ -1 +1 @@
Subproject commit a91d9a4aff3f867ccdfae31d63e82be78000a0d9
Subproject commit e8e0d21ccc8121fc30e1296a05dadb8aa9e22efa

+ 2
- 2
setup.py View File

@ -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'],


+ 4
- 4
sphinx/conf.py View File

@ -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),
],
}


Loading…
Cancel
Save