Skip to content

Commit 8bcaa3c

Browse files
committed
Release 3.9.1
1 parent 3173e08 commit 8bcaa3c

4 files changed

Lines changed: 34 additions & 20 deletions

File tree

ANNOUNCE.rst

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,37 @@
11
Hello!
22

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.
55

6-
I'm pleased to announce version 3.9.1a2, the second alpha of the upcoming
7-
release of branch 3.9 of SQLObject.
86

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+
=======================
119

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+
-------
1412

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``.
1714

15+
* Protect ``getuser()`` - it can raise ``ImportError`` on w32
16+
due to absent of ``pwd`` module.
1817

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+
-----
2133

22-
Contributors for this release are
34+
* Refactor ``tox.ini``.
2335

2436
For a more complete list, please see the news:
2537
http://sqlobject.org/News.html
@@ -52,7 +64,7 @@ Mailing list:
5264
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss
5365

5466
Download:
55-
https://pypi.org/project/SQLObject/3.9.1a0.dev20201215/
67+
https://pypi.org/project/SQLObject/3.9.1
5668

5769
News and changes:
5870
http://sqlobject.org/News.html

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SQLObject 3.9.1a0
2-
=================
1+
SQLObject 3.9.1
2+
===============
33

44
Thanks for looking at SQLObject. SQLObject is an object-relational
55
mapper, i.e., a library that will wrap your database tables in Python

docs/News.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ News
55
.. contents:: Contents:
66
:backlinks: none
77

8-
SQLObject (master)
9-
==================
8+
SQLObject 3.9.1
9+
===============
10+
11+
Released 2021 Feb 27.
1012

1113
Drivers
1214
-------

sqlobject/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
version = '3.9.0'
2+
version = '3.9.1'
33
major = 3
44
minor = 9
5-
micro = 0
5+
micro = 1
66
release_level = 'final'
77
serial = 0
88
version_info = (major, minor, micro, release_level, serial)

0 commit comments

Comments
 (0)