|
1 | 1 | Hello! |
2 | 2 |
|
3 | | -I'm pleased to announce version 3.9.1a1, the first alpha of the upcoming |
4 | | -release of branch 3.9 of SQLObject. |
| 3 | +I'm pleased to announce version 3.9.1, the first minor feature release |
| 4 | +of branch 3.9 of SQLObject. |
5 | 5 |
|
6 | | -I'm pleased to announce version 3.9.1a2, the second alpha of the upcoming |
7 | | -release of branch 3.9 of SQLObject. |
8 | 6 |
|
9 | | -I'm pleased to announce version 3.9.1b1, the first beta of the upcoming |
10 | | -release of branch 3.9 of SQLObject. |
| 7 | +What's new in SQLObject |
| 8 | +======================= |
11 | 9 |
|
12 | | -I'm pleased to announce version 3.9.1rc1, the first release candidate |
13 | | -of the upcoming release of branch 3.9 of SQLObject. |
| 10 | +Drivers |
| 11 | +------- |
14 | 12 |
|
15 | | -I'm pleased to announce version 3.9.1, the first bugfix release of branch |
16 | | -3.9 of SQLObject. |
| 13 | +* Adapt to the latest ``pg8000``. |
17 | 14 |
|
| 15 | +* Protect ``getuser()`` - it can raise ``ImportError`` on w32 |
| 16 | + due to absent of ``pwd`` module. |
18 | 17 |
|
19 | | -What's new in SQLObject |
20 | | -======================= |
| 18 | +Build |
| 19 | +----- |
| 20 | + |
| 21 | +* Change URLs for ``oursql`` in ``extras_require`` in ``setup.py``. |
| 22 | + Provide separate URLs for Python 2.7 and 3.4+. |
| 23 | + |
| 24 | +* Add ``mariadb`` in ``extras_require`` in ``setup.py``. |
| 25 | + |
| 26 | +CI |
| 27 | +-- |
| 28 | + |
| 29 | +* For tests with Python 3.4 run ``tox`` under Python 3.5. |
| 30 | + |
| 31 | +Tests |
| 32 | +----- |
21 | 33 |
|
22 | | -Contributors for this release are |
| 34 | +* Refactor ``tox.ini``. |
23 | 35 |
|
24 | 36 | For a more complete list, please see the news: |
25 | 37 | http://sqlobject.org/News.html |
@@ -52,7 +64,7 @@ Mailing list: |
52 | 64 | https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss |
53 | 65 |
|
54 | 66 | Download: |
55 | | -https://pypi.org/project/SQLObject/3.9.1a0.dev20201215/ |
| 67 | +https://pypi.org/project/SQLObject/3.9.1 |
56 | 68 |
|
57 | 69 | News and changes: |
58 | 70 | http://sqlobject.org/News.html |
|
0 commit comments