mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 04:14:30 +02:00
parent
d03fc607b3
commit
c8d7969192
2 changed files with 8 additions and 1 deletions
|
|
@ -2,6 +2,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
.. _v2_15_1:
|
||||||
|
|
||||||
|
2.15.1 (2020-08-12)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Now available as a ``sdist`` package on PyPI in addition to a wheel. (`#133 <https://github.com/simonw/sqlite-utils/issues/133>`__)
|
||||||
|
|
||||||
.. _v2_15:
|
.. _v2_15:
|
||||||
|
|
||||||
2.15 (2020-08-10)
|
2.15 (2020-08-10)
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||||
import io
|
import io
|
||||||
import os
|
import os
|
||||||
|
|
||||||
VERSION = "2.15"
|
VERSION = "2.15.1"
|
||||||
|
|
||||||
|
|
||||||
def get_long_description():
|
def get_long_description():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue