mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
parent
01c7784be5
commit
1a9dab86fe
2 changed files with 9 additions and 1 deletions
|
|
@ -2,6 +2,14 @@
|
|||
Changelog
|
||||
===========
|
||||
|
||||
.. _v2_16_1:
|
||||
|
||||
2.16.1 (2020-08-28)
|
||||
-------------------
|
||||
|
||||
- ``insert_all(..., alter=True)`` now works for columns introduced after the first 100 records. Thanks, Simon Wiles! (`#139 <https://github.com/simonw/sqlite-utils/issues/139>`__)
|
||||
- Continuous Integration is now powered by GitHub Actions. (`#143 <https://github.com/simonw/sqlite-utils/issues/143>`__)
|
||||
|
||||
.. _v2_16:
|
||||
|
||||
2.16 (2020-08-21)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
import io
|
||||
import os
|
||||
|
||||
VERSION = "2.16"
|
||||
VERSION = "2.16.1"
|
||||
|
||||
|
||||
def get_long_description():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue