Loading ANNOUNCE.rst +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 Loading README.rst +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 Loading devscripts/build-all-docs +1 −1 Original line number Diff line number Diff line Loading @@ -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 && Loading docs/News.rst +4 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,10 @@ News .. contents:: Contents: :backlinks: none SQLObject (master) ================== SQLObject 3.10.2 ================ Released 2023 Aug 09. Minor features -------------- Loading sqlobject/__version__.py +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) Loading
ANNOUNCE.rst +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 Loading
README.rst +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 Loading
devscripts/build-all-docs +1 −1 Original line number Diff line number Diff line Loading @@ -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 && Loading
docs/News.rst +4 −2 Original line number Diff line number Diff line Loading @@ -5,8 +5,10 @@ News .. contents:: Contents: :backlinks: none SQLObject (master) ================== SQLObject 3.10.2 ================ Released 2023 Aug 09. Minor features -------------- Loading
sqlobject/__version__.py +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)