Skip to content

Commit

Permalink
Merge branch 'refs/heads/3.1.12'
Browse files Browse the repository at this point in the history
Conflicts:
	.gitignore
	README.rst
	setup.py
  • Loading branch information
rockfruit committed Dec 15, 2016
2 parents 3289943 + c056712 commit e6ff427
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ Thumbs.db
var
tags
buildout-cache
atlassian-*.xml
4 changes: 4 additions & 0 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ LIMS-2181: An analysis is not stopped from using an invalid instrument
3.1.12 (unreleased)
-----------------------------
HEALTH-569 Bar code printing not working on sample registration
3.1.12 (2016-12-15)
-----------------------------
HEALTH-569 Bar code printing not working on sample registration
- Pinned CairoSVG to 1.0.20 (support for Python 2 removed in later versions)

3.1.11 (2016-04-22)
-----------------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def read(*rnames):
'five.pt',
'z3c.jbot',
'plone.resource',
'CairoSVG==1.0.20',
],
extras_require={
'test': [
Expand Down

0 comments on commit e6ff427

Please sign in to comment.