Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
updated the version info
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofonseca committed May 18, 2011
1 parent 27793db commit 9d54769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGES.txt
@@ -1,4 +1,6 @@
0.0
0.1.1
---

- Initial version
* Added FileProperty datatype
* Added BooleanProperty datatype
* Embedded _rev and _id in automatic generated forms (couchdb api)
* Fixed bug that changes the _id attr of a persistent document
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
requirements = ['colander', 'deform']
additional_files = ['README.txt', 'CHANGES.txt']

setup(name='isisdm', version='0.0.1',
setup(name='isisdm', version='0.1.1',
packages=find_packages(),
long_description=README + "\n\n" + CHANGES,
namespace_packages=['isis'],
Expand Down

0 comments on commit 9d54769

Please sign in to comment.