From 2b90916342da217dbc84a7f7c6c10ac6c7847272 Mon Sep 17 00:00:00 2001 From: Alexey Shkarin Date: Thu, 23 Dec 2021 17:35:44 +0100 Subject: [PATCH] Update to 1.3.2 --- docs/.apidoc/pylablib.core.thread.rst | 9 +++++++++ docs/changelog.rst | 6 ++++++ docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/.apidoc/pylablib.core.thread.rst b/docs/.apidoc/pylablib.core.thread.rst index 2e06a11..b2abe97 100644 --- a/docs/.apidoc/pylablib.core.thread.rst +++ b/docs/.apidoc/pylablib.core.thread.rst @@ -67,6 +67,15 @@ pylablib.core.thread.threadprop module :undoc-members: :show-inheritance: +pylablib.core.thread.utils module +--------------------------------- + +.. automodule:: pylablib.core.thread.utils + :members: + :inherited-members: + :undoc-members: + :show-inheritance: + Module contents --------------- diff --git a/docs/changelog.rst b/docs/changelog.rst index ecbcd6e..8242604 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -23,6 +23,12 @@ you can write import pylablib.legacy as pll from pylablib.legacy.aux_libs.devices import Lakeshore +1.3.2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Added Leybold ITR90 and KJL300 pressure gauges. +- Minor bugfixes in threading and devices. + 1.3.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index 23b950a..febfa4e 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.1' +release = '1.3.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index b255d6f..8e0bdb7 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='pylablib', # name='pylablib-lightweight', - version='1.3.1', + version='1.3.2', description='Code for use in lab environment: experiment automation, data acquisition, device communication', long_description=long_description, long_description_content_type="text/x-rst",