From 5011873d4ab5b5d57df11933f93d96c488dcd7e3 Mon Sep 17 00:00:00 2001
From: Daniel Scheffler <danschef@gfz-potsdam.de>
Date: Mon, 6 Apr 2020 17:49:02 +0200
Subject: [PATCH] Updated HISTORY.rst and version info.

Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de>
---
 HISTORY.rst     | 8 ++++++++
 enpt/version.py | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index b0049515..351a9142 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -2,6 +2,14 @@
 History
 =======
 
+0.11.4 (2020-04-06)
+-------------------
+
+* Removed deprecated channels from environment_enpt.yml.
+* Simplified test_enpt_install.
+* Added SICOR to setup.py requirements.
+* Updated installation instructions.
+
 
 0.11.3 (2020-04-03)
 -------------------
diff --git a/enpt/version.py b/enpt/version.py
index de514d83..6d4e3483 100644
--- a/enpt/version.py
+++ b/enpt/version.py
@@ -27,6 +27,6 @@
 # You should have received a copy of the GNU Lesser General Public License along
 # with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-__version__ = '0.11.3'
-__versionalias__ = '20200403.01'
+__version__ = '0.11.4'
+__versionalias__ = '20200406.01'
 __author__ = 'Daniel Scheffler'
-- 
GitLab