diff --git a/README.txt b/README.txt index 31c7d49a..61c88a1a 100644 --- a/README.txt +++ b/README.txt @@ -826,18 +826,9 @@ An example that combines a path with a query string:: Development =========== -You can check out from Subversion using the following command:: - - svn co svn://svn.zope.org/repos/main/relstorage/trunk RelStorage - -You can also browse the code: - - http://svn.zope.org/relstorage/trunk/ - -The best place to discuss development of RelStorage is on the zodb-dev -mailing list. - +RelStorage is hosted at GitHub: + https://github.com/zodb/relstorage FAQs ==== @@ -870,9 +861,8 @@ Q: Why should I choose RelStorage? Q: Can RelStorage replace ZRS (Zope Replication Services)? - A: Yes, RelStorage inherits the asynchronous master/slave replication - capability of MySQL and other databases. RelStorage has also been - proven to work with Oracle RAC. + A: Yes, RelStorage inherits the replication capabilities of PostgreSQL, + MySQL, and Oracle. Q: How do I set up an environment to run the RelStorage tests? diff --git a/setup.py b/setup.py index e7b18ad2..011bb3dc 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ ############################################################################## """A backend for ZODB that stores pickles in a relational database.""" -VERSION = "1.6.0b3" +VERSION = "1.6.0dev" # The choices for the Trove Development Status line: # Development Status :: 5 - Production/Stable