From 9f2bb3297676cfdef9eb35d7c3ab31ad5a011511 Mon Sep 17 00:00:00 2001 From: Danil Ivanov Date: Sat, 23 Feb 2019 15:13:19 +0300 Subject: [PATCH] Update python version --- CHANGELOG.md | 47 +++++++++++++++++++++-------------------------- Dockerfile | 2 +- 2 files changed, 22 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6efdd73..396e7b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,82 +1,77 @@ - -### Version 0.5.6 20190223 +### 0.5.6 * Import single rules from this -### Version 0.5.5 20181105 +### 0.5.5 * Change chat command content -### Version 0.5.4 20181028 +### 0.5.4 * /chats command -### Version 0.5.3 20180208 +### 0.5.3 -* /version command +* /command -### Version 0.5.2 20180208 +### 0.5.2 * fix message processing -### Version 0.5.1 20180122 +### 0.5.1 * Split updates to different collections -### Version 0.5 20180121 +### 0.5 * Write all chat updates to mongodb -### Version 0.4.2 20180120 +### 0.4.2 * Add user agent to monitoring -### Version 0.4.1 20180120 +### 0.4.1 * Add monitoring -### Version 0.3.7 20170806 +### 0.3.7 * Fix spaces in Hello world * Update python version -### Version 0.3.4 20170613 +### 0.3.4 * Allow import this for all -### Version 0.3.3 20170426 +### 0.3.3 * Fix answer fo non-text message -### Version 0.3.2 20170426 +### 0.3.2 * Match peps with hashtag -### Version 0.3.1 20170418 +### 0.3.1 * Disable web page preview for "let me search for you" -### Version 0.3 20170418 +### 0.3 * Moderator commands that allowed only for moderators * Let me search for you in google and wiki -### Version 0.2: 20170417 +### 0.2: * Zen of Spb Python Chat -### Version 0.1: 20170416 +### 0.1: * import this — zen of python * import __hello__ - Hello world diff --git a/Dockerfile b/Dockerfile index acce14b..90fa7d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.5-slim +FROM python:3.7.2-slim MAINTAINER Danil Ivanov ENV PYTHONBUFFERED 1