Skip to content

Commit

Permalink
Update to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShkarin committed Dec 12, 2021
1 parent 3b81282 commit f5e0bcb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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.0'
release = '1.3.1'


# -- 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.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",
Expand Down

0 comments on commit f5e0bcb

Please sign in to comment.