Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nonamenix committed Feb 23, 2019
1 parent 3a229e1 commit 9f2bb32
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 27 deletions.
47 changes: 21 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,82 +1,77 @@
<!---
Changelog Format:
### 0.5.7

* Update python version

### Version X.Y.Z date YYYYMMDD:

* changes title - changes description
Note: log only changes which go into release
Note: last records on top
--->
### 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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.5-slim
FROM python:3.7.2-slim
MAINTAINER Danil Ivanov

ENV PYTHONBUFFERED 1
Expand Down

0 comments on commit 9f2bb32

Please sign in to comment.