Skip to content

Commit

Permalink
Update to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShkarin committed Dec 23, 2021
1 parent 4495e22 commit 2b90916
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/.apidoc/pylablib.core.thread.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2b90916

Please sign in to comment.