diff --git a/docs/changelog.rst b/docs/changelog.rst index c4c2ae7..9cd608c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v2_13: + +2.13 (2020-07-29) +----------------- + +- ``memoryview`` and ``uuid.UUID`` objects are now supported. ``memoryview`` objects will be stored using ``BLOB`` and ``uuid.UUID`` objects will be stored using ``TEXT``. (`#128 `__) + .. _v2_12: 2.12 (2020-07-27) diff --git a/setup.py b/setup.py index f737e80..1aa233e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "2.12" +VERSION = "2.13" def get_long_description():