Skip to content

Commit

Permalink
version bump to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Mar 20, 2019
1 parent 3e230a0 commit c521106
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### master (2019-03-18)
#### v2.3.0 (2019-03-20)

This release focuses on under-the-hood improvements and provides significant speedups to the user interface (plotting data, deleting a large number of queued jobs, etc).

Expand Down
3 changes: 2 additions & 1 deletion customxepr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from __future__ import division, absolute_import, unicode_literals
from customxepr.startup import run
from customxepr.main import CustomXepr
from customxepr.manager import Experiment, Manager, queued_exec
from customxepr.experiment.xepr_dataset import XeprData, XeprParam
from customxepr.manager import queued_exec
from customxepr.experiment.mode_picture_dataset import ModePicture

# =======================================================================================
# suppress some Qt error messages
Expand Down
2 changes: 1 addition & 1 deletion customxepr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

__author__ = 'Sam Schott <[email protected]>'
__year__ = str(time.localtime().tm_year)
__version__ = 'v2.2.2'
__version__ = 'v2.3.0'
__url__ = 'https://customxepr.readthedocs.io'


Expand Down

0 comments on commit c521106

Please sign in to comment.