Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
vb
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Apr 13, 2012
1 parent 6b7bd15 commit 0fe1d90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
CHANGES
=======

0.7.2 (unreleased)
------------------

- ...

0.7.1 (2012-04-13)
------------------

Expand All @@ -15,9 +20,9 @@ CHANGES
arbitrary keyword arguments. This makes roughly a 2-4% difference in object
loading time.

- Bug: An error occurred when ``_py_serial`` was missing. This was
possible due to a bug in version 0.6. It also protects against third
party software which is not aware of our meta-data.
- Bug: An error occurred when ``_py_serial`` was missing. This was possible
due to a bug in version 0.6. It also protects against third party software
which is not aware of our meta-data.

- Performance: Switched to ``repoze.lru`` (from ``lru``), which is much
faster.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(*rnames):

setup (
name='mongopersist',
version='0.7.1',
version='0.7.2.dev0',
author = "Stephan Richter",
author_email = "stephan.richter@gmail.com",
description = "Mongo Persistence Backend",
Expand Down

0 comments on commit 0fe1d90

Please sign in to comment.