There was an error while loading. Please reload this page.
1 parent 129dc46 commit 4fc1c73Copy full SHA for 4fc1c73
2 files changed
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-1.1.3 (unreleased)
+1.1.3 (2018-10-10)
5
------------------
6
7
**Added**
@@ -14,9 +14,6 @@ Changelog
14
15
- #85 New icon set
16
17
-**Removed**
18
-
19
20
**Fixed**
21
22
- #108 Autodetect suitable client in Doctor's edit view
@@ -31,8 +28,6 @@ Changelog
31
28
- #82 Inconsistent behavior with health' skins priority over core's
32
29
- #81 Traceback when importing diseases with setupdata.xlsx
33
30
34
-**Security**
35
36
37
1.1.2 (2018-05-05)
38
setup.py
@@ -28,6 +28,7 @@
zip_safe=False,
install_requires=[
'senaite.core',
+ "senaite.core==1.2.9",
'archetypes.schemaextender',
],
extras_require={
0 commit comments