Skip to content
Snippets Groups Projects
Commit 51d7bad9 authored by Matthias Stefan Bodenbenner's avatar Matthias Stefan Bodenbenner
Browse files

minor bugfix

parent d7f14d19
No related branches found
No related tags found
No related merge requests found
Pipeline #238769 canceled
...@@ -65,6 +65,10 @@ Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) ...@@ -65,6 +65,10 @@ Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation)
## Recent changes ## Recent changes
**7.0.1** - 2023-02-23
- minor bugfix
**7.0.0** - 2023-02-23 **7.0.0** - 2023-02-23
- aligned the naming of datatypes with *Textual SOIL* - aligned the naming of datatypes with *Textual SOIL*
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup(name='wzl-udi', setup(name='wzl-udi',
version='7.0.0', version='7.0.1',
url='https://git-ce.rwth-aachen.de/wzl-mq-public/soil/python', url='https://git-ce.rwth-aachen.de/wzl-mq-public/soil/python',
author='Matthias Bodenbenner', author='Matthias Bodenbenner',
author_email='m.bodenbenner@wzl.mq.rwth-aachen.de', author_email='m.bodenbenner@wzl.mq.rwth-aachen.de',
......
import enum import enum
from src.soil.error import TypeException from .error import TypeException
class Datatype(enum.Enum): class Datatype(enum.Enum):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment