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

Commit

Permalink
2.0.7: update CHANGES, bump for release
Browse files Browse the repository at this point in the history
We never releasd 2.0.6 to pypi, note of it.
  • Loading branch information
jquast committed Feb 15, 2015
1 parent fb1af68 commit a5bc84c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
2.0.6
- bugfix: invalid values for idle timeout in profile.py would cause an error
2.0.7
- bugfix: ValueError in profile.py for setting bad timeout value
- bugfix: ASCII colly diz with extended chars was causing an error
- bugfix: KeyError in hackernews.py
- deprecation: the "extras" subfolder of default script has been
moved to https://github.com/x84-extras
- bugfix: KeyError in hackernews.py

(version 2.0.6 was not released to pypi)

2.0.5
- bugfix: UnicodeDecodeError when quoting some messages
- bugfix: '__uploads__' folder not hidden by sftp as intended
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.6'
version = '2.0.7'
# The full version, including alpha/beta/rc tags.
release = '2.0.6'
release = '2.0.7'

# 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.6',
version='2.0.7',
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 a5bc84c

Please sign in to comment.