Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
plq committed Dec 27, 2012
1 parent 7fad222 commit 76976aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
license='GPL',

install_requires=[
"spyne<2.99", "sqlalchemy<0.8", "werkzeug", "twisted",
"spyne>=2.10", "sqlalchemy<0.8", "werkzeug", "twisted",

This comment has been minimized.

Copy link
@ugurcan377

ugurcan377 Dec 28, 2012

Easy_install cannot download spyne this way
No local packages or download links found for spyne>=2.10

This comment has been minimized.

Copy link
@plq

plq Dec 28, 2012

Author Member

That's correct, you need spyne trunk.

This comment has been minimized.

Copy link
@ugurcan377

ugurcan377 Dec 28, 2012

I can edit the setup script to install from spyne trunk.
But wouldn't it be better to upload current spyne version to pypi

This comment has been minimized.

Copy link
@plq

plq Dec 28, 2012

Author Member

Nope, it's not done yet. there are red tests.

This comment has been minimized.

Copy link
@ugurcan377

ugurcan377 Dec 28, 2012

Editing the setup script then

],
include_package_data=True,
entry_points = {
Expand Down
2 changes: 1 addition & 1 deletion spynepi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# MA 02110-1301, USA.
#

__version__ = '0.1'
__version__ = '0.3'

0 comments on commit 76976aa

Please sign in to comment.