Prep 4.0 stuff

This commit is contained in:
Charles Leifer
2026-02-20 09:21:47 -06:00
parent c80880214e
commit ead61e324b
8 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -7,9 +7,9 @@ https://github.com/coleifer/peewee/releases
## master
[View commits](https://github.com/coleifer/peewee/compare/3.20.0...master)
[View commits](https://github.com/coleifer/peewee/compare/4.0.0...master)
## 3.20.0 (pending)
## 4.0.0 (pending)
* Adds preliminary support for `asyncio` via a new playhouse extension. See
[the documentation](http://docs.peewee-orm.com/en/latest/peewee/asyncio.html)
@@ -40,7 +40,7 @@ You can either use `sqlite_ext.SqliteExtDatabase` or try the new
`cysqlite_ext.CySqliteDatabase` if you want all the old functionality and are
willing to try a new driver.
[View commits](https://github.com/coleifer/peewee/compare/3.19.0...master)
[View commits](https://github.com/coleifer/peewee/compare/3.19.0...4.0.0)
## 3.19.0
+1 -1
View File
@@ -1,4 +1,4 @@
.. image:: https://media.charlesleifer.com/blog/photos/peewee3-logo.png
.. image:: https://media.charlesleifer.com/blog/photos/peewee4-logo.png
peewee
======
+3 -3
View File
@@ -42,8 +42,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'peewee'
copyright = u'charles leifer'
project = 'peewee'
copyright = 'charles leifer'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -109,7 +109,7 @@ html_theme_options = {
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {
# 'index_logo': 'peewee-white.png'
# 'index_logo': 'peewee4-logo.png'
#}
# Add any paths that contain custom themes here, relative to this directory.
+1 -1
View File
@@ -6,7 +6,7 @@
peewee
======
.. image:: peewee3-logo.png
.. image:: peewee4-logo.png
Peewee is a simple and small ORM. It has few (but expressive) concepts, making
it easy to learn and intuitive to use.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB