Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zolfa-nd2reader
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo ZOLFANELLI
zolfa-nd2reader
Commits
58d60ebf
Commit
58d60ebf
authored
5 years ago
by
Ruben Verweij
Browse files
Options
Downloads
Patches
Plain Diff
Version 3.2.3 due to build error of new version number storage system
parent
9297cc86
No related branches found
No related tags found
No related merge requests found
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
VERSION
+0
-1
0 additions, 1 deletion
VERSION
docs
+1
-1
1 addition, 1 deletion
docs
nd2reader/__init__.py
+1
-6
1 addition, 6 deletions
nd2reader/__init__.py
release.txt
+1
-1
1 addition, 1 deletion
release.txt
setup.py
+1
-5
1 addition, 5 deletions
setup.py
sphinx/conf.py
+1
-6
1 addition, 6 deletions
sphinx/conf.py
with
5 additions
and
20 deletions
VERSION
deleted
100644 → 0
+
0
−
1
View file @
9297cc86
3.2.2
This diff is collapsed.
Click to expand it.
docs
@
47a1165d
Compare
c42c8525
...
47a1165d
Subproject commit
c42c8525ee3a593ef7e63f7146b9cca2a7e0c7f7
Subproject commit
47a1165d5558515d6df67fb20b3032172de56279
This diff is collapsed.
Click to expand it.
nd2reader/__init__.py
+
1
−
6
View file @
58d60ebf
...
@@ -2,9 +2,4 @@ from os import path
...
@@ -2,9 +2,4 @@ from os import path
from
nd2reader.reader
import
ND2Reader
from
nd2reader.reader
import
ND2Reader
from
nd2reader.legacy
import
Nd2
from
nd2reader.legacy
import
Nd2
VERSION
=
''
__version__
=
'
3.2.3
'
CURRENT_DIRECTORY
=
path
.
abspath
(
path
.
dirname
(
__file__
))
with
open
(
path
.
join
(
CURRENT_DIRECTORY
,
'
..
'
,
'
VERSION
'
))
as
version_file
:
VERSION
=
version_file
.
read
().
strip
()
__version__
=
VERSION
This diff is collapsed.
Click to expand it.
release.txt
+
1
−
1
View file @
58d60ebf
Update version in '
VERSION
' file
Update version in '
nd2reader/__init__.py
' file
Rebuild sphinx documentation
Rebuild sphinx documentation
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
5
View file @
58d60ebf
from
os
import
path
from
os
import
path
from
setuptools
import
setup
from
setuptools
import
setup
from
nd2reader
import
__version__
as
VERSION
VERSION
=
''
CURRENT_DIRECTORY
=
path
.
abspath
(
path
.
dirname
(
__file__
))
with
open
(
path
.
join
(
CURRENT_DIRECTORY
,
'
VERSION
'
))
as
version_file
:
VERSION
=
version_file
.
read
().
strip
()
if
__name__
==
'
__main__
'
:
if
__name__
==
'
__main__
'
:
setup
(
setup
(
...
...
This diff is collapsed.
Click to expand it.
sphinx/conf.py
+
1
−
6
View file @
58d60ebf
#!/usr/bin/env python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
from
os
import
path
import
sphinx_bootstrap_theme
import
sphinx_bootstrap_theme
from
recommonmark.parser
import
CommonMarkParser
from
recommonmark.parser
import
CommonMarkParser
from
nd2reader
import
__version__
as
VERSION
VERSION
=
''
CURRENT_DIRECTORY
=
path
.
abspath
(
path
.
dirname
(
__file__
))
with
open
(
path
.
join
(
CURRENT_DIRECTORY
,
'
..
'
,
'
VERSION
'
))
as
version_file
:
VERSION
=
version_file
.
read
().
strip
()
# -- General configuration ------------------------------------------------
# -- General configuration ------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment