Skip to content

Commit

Permalink
version 0.9.71
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jul 6, 2023
1 parent 8ce0405 commit 1b25b8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions larch/site_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
larch_release_version = __release_version__
# lists of recommended packages that are not installed by default
# but may be installed if several of the larch apps are run.
extras_wxgraph = {'wxutils': '0.3.0', 'wxmplot': '0.9.53'}
extras_epics = {'pyepics': '3.5.0', 'epicsapps': None, 'psycopg2-binary':None}
extras_wxgraph = {'wxutils': '0.3.0', 'wxmplot': '0.9.56'}
extras_epics = {'pyepics': '3.5.1', 'epicsapps': None, 'psycopg2-binary':None}
extras_doc = {'pytest': None, 'sphinx': None, 'numpydoc': None,
'sphinxcontrib-bibtex': None, 'sphinxcontrib-argdoc': None}
extras_qtgraph = {'pyqt5': None, 'pyqtwebengine': None, 'pyqtgraph': None}
Expand Down
4 changes: 2 additions & 2 deletions larch/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""Version information"""
__date__ = '2023-Jun-09'
__release_version__ = '0.9.70'
__date__ = '2023-Jul-06'
__release_version__ = '0.9.71'
__authors__ = "M. Newville, M. Koker, M. Rovezzi, B. Ravel, and others"
import sys
from collections import namedtuple
Expand Down

0 comments on commit 1b25b8f

Please sign in to comment.