Skip to content

Commit

Permalink
flag to release 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
william-os4y committed Dec 22, 2010
1 parent d33add9 commit 6a864cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fapws/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
SERVER_IDENT = "fapws3/0.8.1"
SERVER_IDENT = "fapws3/0.9"
send_traceback_to_browser = True
#in case of False for send_traceback_to_browser, send_traceback_short will be sent to the browser
send_traceback_short = "<h1>Error</h1>Please contact your administrator"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def find_file(fname, dirs):


setup(name='fapws3',
version="0.8.1",
version="0.9",
description="Fast Asynchronous Python Web Server",
long_description=readme,
classifiers=['Development Status :: 4 - Beta','Environment :: Web Environment','License :: OSI Approved :: GNU General Public License (GPL)','Programming Language :: C','Programming Language :: Python','Topic :: Internet :: WWW/HTTP :: HTTP Servers','Topic :: Internet :: WWW/HTTP :: WSGI :: Server'], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit 6a864cc

Please sign in to comment.