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

Commit

Permalink
2.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Feb 15, 2015
1 parent 96fb67e commit f4a112c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
2.0.4
- bugfix: unicode wasn't being used when messages were quoted
- bugfix: sftp server was not properly comparing the current path against the
__uploads__ directory
- bugfix: UnicodeDecodeError when quoting some messages
- bugfix: '__uploads__' folder not hidden by sftp as intended
- bugfix: sesame did not honor want_cols/rows when
the given terminal size was already of its exact
dimensions.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.3'
version = '2.0.4'
# The full version, including alpha/beta/rc tags.
release = '2.0.3'
release = '2.0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.3',
version='2.0.4',
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 f4a112c

Please sign in to comment.