Skip to content

Commit

Permalink
Release 2.0.0 (201015)
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Oct 15, 2020
1 parent 2cdf546 commit 002b961
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = "1.0.1"
version = "2.0.0"

setup(
name="senaite.panic",
Expand All @@ -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={
Expand Down
3 changes: 1 addition & 2 deletions src/senaite/panic/profiles/default/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ this add-on own profile.
-->

<metadata>
<version>1.0.1</version>
<version>2.0.0</version>

<!-- Be sure to install the following dependencies if not yet installed -->
<dependencies>
<dependency>profile-senaite.panic:default</dependency>
<dependency>profile-senaite.lims:default</dependency>
</dependencies>

Expand Down

0 comments on commit 002b961

Please sign in to comment.