Skip to content

Commit

Permalink
Releasing 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Feb 11, 2015
1 parent dec9058 commit 4ee0896
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ weppy changelog
Version 0.2
-----------

(release date to be announced, codename to be selected)
Released on February 11th 2015, codename Bellatrix

- Several bugfixes
- JSON body parsing for incoming requests with POST method and 'application/
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ Examples will be soon available on this repository. In the meantime take a look

## Status of the project

weppy is currently released in alpha stage.
weppy is currently released in beta stage.
*What does it means?*

* That the code may contain *noteworthy* bugs
* That you can use it on production but cannot blame the developers if something goes wrong
* That APIs can change without backward compatibility until the reach of a beta stage

Also, please keep in mind that currently **weppy** doesn't provide support to python 3.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from setuptools import setup
setup(
name='weppy',
version='0.2-dev',
version='0.2',
url='http://github.com/gi0baro/weppy/',
license='BSD',
author='Giovanni Barillari',
Expand All @@ -36,7 +36,7 @@
'pyyaml'
],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit 4ee0896

Please sign in to comment.