Skip to content

Commit 2b90916

Browse files
committed
Update to 1.3.2
1 parent 4495e22 commit 2b90916

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

docs/.apidoc/pylablib.core.thread.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ pylablib.core.thread.threadprop module
6767
:undoc-members:
6868
:show-inheritance:
6969

70+
pylablib.core.thread.utils module
71+
---------------------------------
72+
73+
.. automodule:: pylablib.core.thread.utils
74+
:members:
75+
:inherited-members:
76+
:undoc-members:
77+
:show-inheritance:
78+
7079

7180
Module contents
7281
---------------

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ you can write
2323
import pylablib.legacy as pll
2424
from pylablib.legacy.aux_libs.devices import Lakeshore
2525
26+
1.3.2
27+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28+
29+
- Added Leybold ITR90 and KJL300 pressure gauges.
30+
- Minor bugfixes in threading and devices.
31+
2632
1.3.1
2733
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2834

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# The short X.Y version
3030
version = ''
3131
# The full version, including alpha/beta/rc tags
32-
release = '1.3.1'
32+
release = '1.3.2'
3333

3434

3535
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
name='pylablib',
2525
# name='pylablib-lightweight',
26-
version='1.3.1',
26+
version='1.3.2',
2727
description='Code for use in lab environment: experiment automation, data acquisition, device communication',
2828
long_description=long_description,
2929
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)