Commit 0ead85f0 authored by phd's avatar phd
Browse files

Release 3.12.0

parent 78459292
Loading
Loading
Loading
Loading
+2 −14
Original line number Diff line number Diff line
Hello!

I'm pleased to announce version 3.12.1a1, the first alpha of the upcoming
release of branch 3.12 of SQLObject.

I'm pleased to announce version 3.12.1a2, the second alpha of the upcoming
release of branch 3.12 of SQLObject.

I'm pleased to announce version 3.12.1b1, the first beta of the upcoming
release of branch 3.12 of SQLObject.

I'm pleased to announce version 3.12.1rc1, the first release candidate
of the upcoming release of branch 3.12 of SQLObject.

I'm pleased to announce version 3.12.1, the first bugfix release of branch
I'm pleased to announce version 3.12.0, the release of branch
3.12 of SQLObject.


@@ -52,7 +40,7 @@ Site:
http://sqlobject.org

Download:
https://pypi.org/project/SQLObject/3.12.1a0.dev20241218/
https://pypi.org/project/SQLObject/3.12.0

News and changes:
http://sqlobject.org/News.html
+2 −2
Original line number Diff line number Diff line
SQLObject 3.12.0b1
==================
SQLObject 3.12.0
================

SQLObject is a free and open-source (LGPL) Python object-relational
mapper.  Your database tables are described as classes, and rows are
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ cd "`dirname \"$0\"`" &&
PROG_DIR="`pwd`" &&

cd .. &&
build_docs 3.11.0 &&
build_docs 3.12.0 &&
build_docs master devel &&
rm -rf docs/html &&

+4 −2
Original line number Diff line number Diff line
@@ -5,8 +5,10 @@ News
.. contents:: Contents:
   :backlinks: none

SQLObject 3.12.0b1
==================
SQLObject 3.12.0
================

Released 2024 Dec 20.

Drivers
-------
+0 −5
Original line number Diff line number Diff line
@@ -4,11 +4,6 @@ universal = 1
[easy_install]
optimize = 2

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0

[flake8]
exclude = .git,.tox,docs/europython/*.py
# E305: expected 2 blank lines after class or function definition, found 1
Loading