Skip to content

Commit

Permalink
Merge pull request #163 from xispa/curate/3.1.7
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
xispa committed Jun 8, 2015
2 parents e5f3692 + 0f88fff commit 4b8db10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bika Health LIS

Bika Laboratory Information Management System customised for use in Health laboratories.

Last stable version: **v3.1.6** · released: 2015-02-27
Last stable version: **v3.1.7** · released: 2015-06-09

[**Naringenin**](http://en.wikipedia.org/wiki/Naringenin) is a flavanone, a typeof flavonoid, that is considered to have a bioactive effect on human health as antioxidant, free radical scavenger, anti-inflammatory, carbohydrate metabolism promoter, and immune system modulator. It is the predominant flavanone in grapefruit.

Expand All @@ -12,7 +12,7 @@ Installation and upgrades
Bika Health can be installed on Windows, Mac OS X, Linux, BSD and other platforms:
https://github.com/bikalabs/bika.health/wiki/Installing-Bika-Health-Extension

**Bika Health LIS 3.1.6 is only compatible with Bika LIMS 3.1.7**. Follow the instructions [Installing Bika Health Extension](https://github.com/bikalabs/bika.health/wiki/Installing-Bika-Health-Extension).
**Bika Health LIS 3.1.7 is only compatible with Bika LIMS 3.1.8**. Follow the instructions [Installing Bika Health Extension](https://github.com/bikalabs/bika.health/wiki/Installing-Bika-Health-Extension).

You might also find useful the following recipes:
- Installing Bika LIMS: https://github.com/bikalabs/Bika-LIMS/wiki/Bika-LIMS-Installation
Expand Down
3 changes: 1 addition & 2 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
3.1.7 (unreleased)
3.1.7 (2015-06-09)
------------------

HEALTH-245: Set-up data load. Patient ID conversion, alternatives
HEALTH-227: Converting Patient IDs before import
HEALTH-228: Load Setup data bugs
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '3.1.6'
version = '3.1.7'

setup(name='bika.health',
version=version,
Expand Down Expand Up @@ -33,7 +33,7 @@
zip_safe=False,
install_requires=[
'setuptools',
'bika.lims==3.1.7',
'bika.lims==3.1.8',
'archetypes.schemaextender',
'collective.wtf',
],
Expand Down

0 comments on commit 4b8db10

Please sign in to comment.