diff --git a/CHANGES.rst b/CHANGES.rst index a79f2e6..6e2eeb1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,15 @@ Changelog ========= -1.0.1 (unreleased) +2.0.0 (2020-10-15) ------------------ +- Fix Traceback when rendering the Email popup +- Do not display the panic viewlet if user does not have ViewResults permission +- Hide panic icon in analysis listing when no ViewResults permission +- Compatibility with senaite.lims 2.x +- Fix wildcard mappings in email body and subject +- Fix Traceback when CC Contacts on panic alert notification 1.0.0 (2020-02-09) diff --git a/docs/conf.py b/docs/conf.py index 6b0337f..5a7e5c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,9 +61,9 @@ # built documents. # # The short X.Y version. -version = '1.0.2' +version = '2.0.0' # The full version, including alpha/beta/rc tags. -release = '1.0.2' +release = '2.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index a664ae9..7c3d21d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "1.0.1" +version = "2.0.0" setup( name="senaite.panic", @@ -27,7 +27,7 @@ include_package_data=True, zip_safe=False, install_requires=[ - "senaite.lims>=1.3.3", + "senaite.lims>=2.0.0rc1", "requests", ], extras_require={ diff --git a/src/senaite/panic/profiles/default/metadata.xml b/src/senaite/panic/profiles/default/metadata.xml index f5b3884..93e18b7 100644 --- a/src/senaite/panic/profiles/default/metadata.xml +++ b/src/senaite/panic/profiles/default/metadata.xml @@ -9,11 +9,10 @@ this add-on own profile. --> - 1.0.1 + 2.0.0 - profile-senaite.panic:default profile-senaite.lims:default