|
1 | 1 | Hello! |
2 | 2 |
|
3 | | -I'm pleased to announce version 3.3.0a1, the first alpha of the upcoming |
4 | | -release of branch 3.2 of SQLObject. |
| 3 | +I'm pleased to announce version 3.3.0, the first stable release of branch |
| 4 | +3.3 of SQLObject. |
5 | 5 |
|
6 | | -I'm pleased to announce version 3.3.0a2, the second alpha of the upcoming |
7 | | -release of branch 3.2 of SQLObject. |
8 | 6 |
|
9 | | -I'm pleased to announce version 3.3.0b1, the first beta of the upcoming |
10 | | -release of branch 3.2 of SQLObject. |
| 7 | +What's new in SQLObject |
| 8 | +======================= |
11 | 9 |
|
12 | | -I'm pleased to announce version 3.3.0rc1, the first release candidate |
13 | | -of the upcoming release of branch 3.2 of SQLObject. |
| 10 | +Features |
| 11 | +-------- |
14 | 12 |
|
15 | | -I'm pleased to announce version 3.3.0, the first stable release of branch |
16 | | -3.2 of SQLObject. |
| 13 | +* Support for Python 2.6 is declared obsolete and will be removed |
| 14 | + in the next release. |
17 | 15 |
|
18 | | -I'm pleased to announce version 3.3.1, the first bugfix release of branch |
19 | | -3.2 of SQLObject. |
| 16 | +Minor features |
| 17 | +-------------- |
20 | 18 |
|
| 19 | +* Convert scripts repository to devscripts subdirectory. |
| 20 | + Some of thses scripts are version-dependent so it's better to have them |
| 21 | + in the main repo. |
21 | 22 |
|
22 | | -What's new in SQLObject |
23 | | -======================= |
| 23 | +* Test for __nonzero__ under Python 2, __bool__ under Python 3 in BoolCol. |
| 24 | + |
| 25 | +Drivers (work in progress) |
| 26 | +-------------------------- |
| 27 | + |
| 28 | +* Add support for PyODBC and PyPyODBC (pure-python ODBC DB API driver) for |
| 29 | + MySQL, PostgreSQL and MS SQL. Driver names are ``pyodbc``, ``pypyodbc`` |
| 30 | + or ``odbc`` (try ``pyodbc`` and ``pypyodbc``). There are some problems |
| 31 | + with pyodbc and many problems with pypyodbc. |
| 32 | + |
| 33 | +Documentation |
| 34 | +------------- |
| 35 | + |
| 36 | +* Stop updating http://sqlobject.readthedocs.org/ - it's enough to have |
| 37 | + http://sqlobject.org/ |
| 38 | + |
| 39 | +Tests |
| 40 | +----- |
| 41 | + |
| 42 | +* Run tests at Travis CI and AppVeyor with Python 3.6, x86 and x64. |
24 | 43 |
|
| 44 | +* Stop running tests at Travis with Python 2.6. |
25 | 45 |
|
26 | | -Contributor for this release is |
| 46 | +* Stop running tests at AppVeyor with pymssql - too many timeouts and |
| 47 | + problems. |
27 | 48 |
|
28 | 49 | For a more complete list, please see the news: |
29 | 50 | http://sqlobject.org/News.html |
@@ -55,7 +76,7 @@ Mailing list: |
55 | 76 | https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss |
56 | 77 |
|
57 | 78 | Download: |
58 | | -https://pypi.python.org/pypi/SQLObject/3.3.0a0.dev20170110 |
| 79 | +https://pypi.python.org/pypi/SQLObject/3.3.0 |
59 | 80 |
|
60 | 81 | News and changes: |
61 | 82 | http://sqlobject.org/News.html |
0 commit comments