Skip to content

Commit

Permalink
Merge pull request #222 from DMSC-Instrument-Data/release_1_0_3_prepa…
Browse files Browse the repository at this point in the history
…rations

Preparations for release 1.0.3
  • Loading branch information
MikeHart85 committed Mar 24, 2017
2 parents 7b71e3d + dbf696d commit 65a1a12
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = u'Michael Hart, Michael Wedel, Owen Arnold'

version = u'1.0'
release = u'1.0.2'
release = u'1.0.3'

language = None

Expand Down
1 change: 1 addition & 0 deletions docs/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ called "Plankton").
.. toctree::
:maxdepth: 1

release_1_0_3
release_1_0_2
release_1_0_1
release_1_0_0
8 changes: 5 additions & 3 deletions docs/release_notes/release_1_0_3.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
:orphan:

Release 1.0.3
=============

This release is currently in progress.
This version was released on March 24th, 2017. In this release, the :mod:`~lewis.adapters.epics`-
module has received some updates. Some important groundwork for future improvements has been
laid as well, which resulted in the ability to switch device setups at runtime via the control
server and a new command line syntax for configuring communications. The control server and client
have been improved as well.

Command line interface change
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion lewis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# *********************************************************************

__version__ = '1.0.2'
__version__ = '1.0.3'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def readme():

setup(
name='lewis',
version='1.0.2',
version='1.0.3',
description='LeWIS - Let\'s Write Intricate Simulators!',
long_description=readme(),
url='https://github.com/DMSC-Instrument-Data/lewis',
Expand All @@ -55,7 +55,7 @@ def readme():
keywords='hardware simulation controls',
packages=find_packages(exclude=['docs', 'test']),

install_requires=['six', 'pyzmq', 'json-rpc'],
install_requires=['six', 'pyzmq', 'json-rpc', 'semantic_version', 'PyYAML'],

extras_require={
'epics': ['pcaspy'],
Expand Down

0 comments on commit 65a1a12

Please sign in to comment.