Browse Source

Preparing release 0.3

main
kiorky 14 years ago
parent
commit
8f3bea050f
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.4 (unreleased)
0.3 (2011-02-21)
----------------

- Nothing changed yet.
- fix url


0.3 (2011-02-21)


+ 1
- 1
setup.py View File

@@ -8,7 +8,7 @@ from setuptools import setup, find_packages
__version__ = '0.3'


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


def read(*rnames):


Loading…
Cancel
Save