Skip to content

Commit

Permalink
Final version 0.743 of micolog for Google App Engine python runtime 2.5
Browse files Browse the repository at this point in the history
Just clean code and ignore PyCharm folder
  • Loading branch information
Eric-Guo committed Nov 8, 2011
1 parent 7c93c2d commit 7d4ddb5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 156 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
.DS_Store
.idea
*.bak
*.pyc
*.pyo
Expand Down
55 changes: 0 additions & 55 deletions appengine_console.py

This file was deleted.

100 changes: 0 additions & 100 deletions filter.py

This file was deleted.

2 changes: 1 addition & 1 deletion model.py
Expand Up @@ -170,7 +170,7 @@ class Blog(db.Model):
blognotice=db.TextProperty(default='')
domain=db.StringProperty()
show_excerpt=db.BooleanProperty(default=True)
version=0.742
version=0.743
timedelta=db.FloatProperty(default=8.0)# hours
language=db.StringProperty(default="en-us")
sitemap_entries=db.IntegerProperty(default=30)
Expand Down
3 changes: 3 additions & 0 deletions version.txt
@@ -1,5 +1,8 @@
#history

2011/11/09 0.743 release (http://eric.cloud-mes.com)
Final version of Google App Engine python runtime 2.5.

2011/10/05 0.742 release (http://eric.cloud-mes.com/)
Minor Page/CSS layout adjust for Chromium.

Expand Down

0 comments on commit 7d4ddb5

Please sign in to comment.