Loading ANNOUNCE.rst +26 −14 Original line number Diff line number Diff line Hello! I'm pleased to announce version 3.9.1a1, the first alpha of the upcoming release of branch 3.9 of SQLObject. I'm pleased to announce version 3.9.1, the first minor feature release of branch 3.9 of SQLObject. I'm pleased to announce version 3.9.1a2, the second alpha of the upcoming release of branch 3.9 of SQLObject. I'm pleased to announce version 3.9.1b1, the first beta of the upcoming release of branch 3.9 of SQLObject. What's new in SQLObject ======================= I'm pleased to announce version 3.9.1rc1, the first release candidate of the upcoming release of branch 3.9 of SQLObject. Drivers ------- I'm pleased to announce version 3.9.1, the first bugfix release of branch 3.9 of SQLObject. * Adapt to the latest ``pg8000``. * Protect ``getuser()`` - it can raise ``ImportError`` on w32 due to absent of ``pwd`` module. What's new in SQLObject ======================= Build ----- * Change URLs for ``oursql`` in ``extras_require`` in ``setup.py``. Provide separate URLs for Python 2.7 and 3.4+. * Add ``mariadb`` in ``extras_require`` in ``setup.py``. CI -- * For tests with Python 3.4 run ``tox`` under Python 3.5. Tests ----- Contributors for this release are * Refactor ``tox.ini``. For a more complete list, please see the news: http://sqlobject.org/News.html Loading Loading @@ -52,7 +64,7 @@ Mailing list: https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss Download: https://pypi.org/project/SQLObject/3.9.1a0.dev20201215/ https://pypi.org/project/SQLObject/3.9.1 News and changes: http://sqlobject.org/News.html Loading README.rst +2 −2 Original line number Diff line number Diff line SQLObject 3.9.1a0 ================= SQLObject 3.9.1 =============== Thanks for looking at SQLObject. SQLObject is an object-relational mapper, i.e., a library that will wrap your database tables in Python 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.9.1 =============== Released 2021 Feb 27. Drivers ------- Loading sqlobject/__version__.py +2 −2 Original line number Diff line number Diff line version = '3.9.0' version = '3.9.1' major = 3 minor = 9 micro = 0 micro = 1 release_level = 'final' serial = 0 version_info = (major, minor, micro, release_level, serial) Loading
ANNOUNCE.rst +26 −14 Original line number Diff line number Diff line Hello! I'm pleased to announce version 3.9.1a1, the first alpha of the upcoming release of branch 3.9 of SQLObject. I'm pleased to announce version 3.9.1, the first minor feature release of branch 3.9 of SQLObject. I'm pleased to announce version 3.9.1a2, the second alpha of the upcoming release of branch 3.9 of SQLObject. I'm pleased to announce version 3.9.1b1, the first beta of the upcoming release of branch 3.9 of SQLObject. What's new in SQLObject ======================= I'm pleased to announce version 3.9.1rc1, the first release candidate of the upcoming release of branch 3.9 of SQLObject. Drivers ------- I'm pleased to announce version 3.9.1, the first bugfix release of branch 3.9 of SQLObject. * Adapt to the latest ``pg8000``. * Protect ``getuser()`` - it can raise ``ImportError`` on w32 due to absent of ``pwd`` module. What's new in SQLObject ======================= Build ----- * Change URLs for ``oursql`` in ``extras_require`` in ``setup.py``. Provide separate URLs for Python 2.7 and 3.4+. * Add ``mariadb`` in ``extras_require`` in ``setup.py``. CI -- * For tests with Python 3.4 run ``tox`` under Python 3.5. Tests ----- Contributors for this release are * Refactor ``tox.ini``. For a more complete list, please see the news: http://sqlobject.org/News.html Loading Loading @@ -52,7 +64,7 @@ Mailing list: https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss Download: https://pypi.org/project/SQLObject/3.9.1a0.dev20201215/ https://pypi.org/project/SQLObject/3.9.1 News and changes: http://sqlobject.org/News.html Loading
README.rst +2 −2 Original line number Diff line number Diff line SQLObject 3.9.1a0 ================= SQLObject 3.9.1 =============== Thanks for looking at SQLObject. SQLObject is an object-relational mapper, i.e., a library that will wrap your database tables in Python 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.9.1 =============== Released 2021 Feb 27. Drivers ------- Loading
sqlobject/__version__.py +2 −2 Original line number Diff line number Diff line version = '3.9.0' version = '3.9.1' major = 3 minor = 9 micro = 0 micro = 1 release_level = 'final' serial = 0 version_info = (major, minor, micro, release_level, serial)