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

Commit

Permalink
bumped to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
quantmind committed May 3, 2011
1 parent 832b093 commit 32f9fa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
@@ -1,7 +1,12 @@
Ver. 0.5.3 - Development Ver. 0.5.4 - Development
============================

Ver. 0.5.3 - 2011 Apr 30
============================= =============================
* Fixed problem in setup.py.
* Added ``remove`` method to :class:`stdnet.orm.ManyToManyField` and * Added ``remove`` method to :class:`stdnet.orm.ManyToManyField` and
fixed a bug on the same field. fixed a bug on the same field.
* **203 regression tests** with **71%** coverage.


Ver. 0.5.2 - 2011 Mar 31 Ver. 0.5.2 - 2011 Mar 31
========================== ==========================
Expand Down
2 changes: 1 addition & 1 deletion stdnet/__init__.py
@@ -1,5 +1,5 @@
'''An object relational mapper library for Redis remote data structures.''' '''An object relational mapper library for Redis remote data structures.'''
VERSION = (0, 5, 2) VERSION = (0, 5, 4)


def get_version(): def get_version():
return '.'.join(map(str,VERSION)) return '.'.join(map(str,VERSION))
Expand Down

0 comments on commit 32f9fa8

Please sign in to comment.