Skip to content

Commit 847875a

Browse files
committed
Build: Prepare for the next release
[skip ci]
1 parent c4026af commit 847875a

5 files changed

Lines changed: 13 additions & 34 deletions

File tree

ANNOUNCE.rst

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Hello!
22

3-
I'm pleased to announce version 3.13.1, the first bugfix release of the
3+
I'm pleased to announce version 3.13.2a0, the 2nd bugfix of the
44
branch 3.13 of SQLObject.
55

66

@@ -9,35 +9,6 @@ What's new in SQLObject
99

1010
The contributors for this release are:
1111

12-
* Igor Yudytskiy. Thanks for PR #194:
13-
fix: connect to old mssql versions via set tds_version uri parameter.
14-
15-
* Dave Mulligan fixed #195: Minor ``NameError`` in ``pgconnection.py``
16-
when using ``psycopg`` version 1 with a non-default port. Thanks!
17-
18-
* Chris Kauffman found a minor bug in ``UuidValidator``.
19-
20-
* GH user ghaushe-ampere. Thanks for finding an obscure bug!
21-
22-
Bug fixes
23-
---------
24-
25-
* ``UuidValidator.from_python()`` now accepts strings as a valid input.
26-
This fixes #199.
27-
28-
* Fixed #197: a bug in ``dbconnection.ConnectionURIOpener.registerConnection``
29-
triggered by non-empty instance's ``name``. The bug was inserted in 2004 so
30-
it seems nobody ever used named instances. Fixed anyway.
31-
32-
* Fixed #195: Minor ``NameError`` in ``pgconnection.py``
33-
when using ``psycopg`` version 1 with a non-default port.
34-
35-
Tests
36-
-----
37-
38-
* Tested with Python 3.14.
39-
40-
* Run tests with source-only (non-binary) ``psycopg`` and ``psycopg2``.
4112

4213
For a more complete list, please see the news:
4314
http://sqlobject.org/News.html
@@ -68,7 +39,7 @@ Site:
6839
http://sqlobject.org
6940

7041
Download:
71-
https://pypi.org/project/SQLObject/3.13.1
42+
https://pypi.org/project/SQLObject/3.13.2a0.dev20251208/
7243

7344
News and changes:
7445
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.13.1
2-
================
1+
SQLObject 3.13.2a0
2+
==================
33

44
SQLObject is a free and open-source (LGPL) Python object-relational
55
mapper. Your database tables are described as classes, and rows are

docs/News.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ News
55
.. contents:: Contents:
66
:backlinks: none
77

8+
SQLObject development (master)
9+
==============================
10+
811
SQLObject 3.13.1
912
================
1013

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ universal = 1
44
[easy_install]
55
optimize = 2
66

7+
[egg_info]
8+
tag_build =
9+
tag_date = 0
10+
tag_svn_revision = 0
11+
712
[flake8]
813
exclude = .git,.tox,docs/europython/*.py
914
# E305: expected 2 blank lines after class or function definition, found 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
""", # noqa: E501 line too long
4848
long_description_content_type="text/x-rst",
4949
classifiers=[
50-
"Development Status :: 5 - Production/Stable",
50+
"Development Status :: 3 - Alpha",
5151
"Intended Audience :: Developers",
5252
"License :: OSI Approved :: "
5353
"GNU Library or Lesser General Public License (LGPL)",

0 commit comments

Comments
 (0)