Browse Source

Preparing release 0.12.2

main
kiorky 14 years ago
parent
commit
c5580ed1be
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      CHANGES.txt
  2. +1
    -1
      setup.py

+ 2
- 2
CHANGES.txt View File

@@ -1,10 +1,10 @@
CHANGELOG
==================

0.12.2 (unreleased)
0.12.2 (2011-02-21)
-------------------

- Nothing changed yet.
- Fixed url


0.12.1 (2011-02-21)


+ 1
- 1
setup.py View File

@@ -43,7 +43,7 @@ def load_version():
__version__ = load_version()


url="http://pywebsvcs.sf.net/"
url="https://github.com/kiorky/SOAPpy.git"

long_description="SOAPpy provides tools for building SOAP clients and servers. For more information see " + url\
+'\n'+read('README.txt')\


Loading…
Cancel
Save