diff --git a/docs/changelog.rst b/docs/changelog.rst index 6289733..ecbcd6e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -23,6 +23,13 @@ you can write import pylablib.legacy as pll from pylablib.legacy.aux_libs.devices import Lakeshore +1.3.1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Added expandable edit boxes and dialog containers. +- Improved Thorlabs devices compliance. +- Additional minor bugfixes in threading, GUI, devices. + 1.3.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index 472777c..abb7f9e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '1.3.0' +release = '1.3.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 655c677..b255d6f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='pylablib', # name='pylablib-lightweight', - version='1.3.0', + version='1.3.1', description='Code for use in lab environment: experiment automation, data acquisition, device communication', long_description=long_description, long_description_content_type="text/x-rst",