Skip to content

Commit f5e0bcb

Browse files
committed
Update to 1.3.1
1 parent 3b81282 commit f5e0bcb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ you can write
2323
import pylablib.legacy as pll
2424
from pylablib.legacy.aux_libs.devices import Lakeshore
2525
26+
1.3.1
27+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28+
29+
- Added expandable edit boxes and dialog containers.
30+
- Improved Thorlabs devices compliance.
31+
- Additional minor bugfixes in threading, GUI, devices.
32+
2633
1.3.0
2734
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2835

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.0'
32+
release = '1.3.1'
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.0',
26+
version='1.3.1',
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)