Commit e628604d authored by phd's avatar phd
Browse files

Release 3.10.2

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

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

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

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

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

I'm pleased to announce version 3.10.2, the first bugfix release of branch
3.10 of SQLObject.
I'm pleased to announce version 3.10.2, a minor feature release
and the second bugfix release of branch 3.10 of SQLObject.


What's new in SQLObject
+2 −2
Original line number Diff line number Diff line
SQLObject 3.10.2a0
==================
SQLObject 3.10.2
================

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.10.1 &&
build_docs 3.10.2 &&
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 (master)
==================
SQLObject 3.10.2
================

Released 2023 Aug 09.

Minor features
--------------
+2 −2
Original line number Diff line number Diff line

version = '3.10.1'
version = '3.10.2'
major = 3
minor = 10
micro = 1
micro = 2
release_level = 'final'
serial = 0
version_info = (major, minor, micro, release_level, serial)