Skip to content

Commit

Permalink
MAINT: prepare for release v2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
laborleben committed Dec 15, 2017
1 parent 44f7a1e commit 93d4760
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Basil
.. |landscape-status| image:: https://landscape.io/github/SiLab-Bonn/basil/master/landscape.svg?style=flat
:target: https://landscape.io/github/SiLab-Bonn/basil/master
:alt: Code Health

.. |Gitter-status| image:: https://badges.gitter.im/Join%20Chat.svg
:target: https://gitter.im/SiLab-Bonn/basil?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
:alt: Gitter

Basil is a modular data acquisition system and system testing framework in Python.

It also provides generic FPGA firmware modules for different hardware platforms and drivers for wide range of lab appliances.
Expand All @@ -46,15 +46,15 @@ or install via PyPI into the Python's site-packages folder (for non-developers):
pip install basil_daq==version
where version is a version number (e.g. 2.4.8)
where version is a version number (e.g. 2.4.9)

or install from git, when no PyPI package is available (for non-developers):

.. code-block:: bash
pip install git+https://github.com/SiLab-Bonn/basil.git@branch
where branch is a branch name (e.g. master or v2.4.8).
where branch is a branch name (e.g. master or v2.4.9).

Check `.travis.yml <.travis.yml>`_ for installation/testing hints.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.8
2.4.9

0 comments on commit 93d4760

Please sign in to comment.