Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
release 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Mar 14, 2015
1 parent 6340573 commit 10a6d77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
2.0.11
- bugfix: weather.py fix incorrect postal code return from Accu Weather.
Changed the default to populate search by city/state instead of
Changed the default to populate search by city/state instead of
postal since this is no longer returned from accu weather correctly.
Also re-added missing save location field that was outside of
Also re-added missing save location field that was outside of
while loop to funtion exit.
- bugfix: tetris.py fix for sending terminal font sequence prior to
- bugfix: tetris.py fix for sending terminal font sequence prior to
ansi screen display instead of after.
2.0.10
- bugfix: display updates when posting to oneliners, issue #235
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# built documents.
#
# The short X.Y version.
version = '2.0.10'
version = '2.0.11'
# The full version, including alpha/beta/rc tags.
release = '2.0.9'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def run(self):


setup(name='x84',
version='2.0.10',
version='2.0.11',
description=("Framework for Telnet and SSH BBS or MUD server "
"development with example default bbs board"),
long_description=open(os.path.join(HERE, README)).read(),
Expand Down

0 comments on commit 10a6d77

Please sign in to comment.