We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d04565 commit 726219cCopy full SHA for 726219c
docs/changelog.rst
@@ -2,6 +2,13 @@
2
Changelog
3
===========
4
5
+.. _v3_4_1:
6
+
7
+3.4.1 (2021-02-05)
8
+------------------
9
10
+- Fixed a code import bug that slipped in to 3.4. (`#226 <https://github.com/simonw/sqlite-utils/issues/226>`__)
11
12
.. _v3_4:
13
14
3.4 (2021-02-05)
setup.py
@@ -2,7 +2,7 @@
import io
import os
-VERSION = "3.4"
+VERSION = "3.4.1"
def get_long_description():
0 commit comments