Skip to content

Commit 726219c

Browse files
committed
Release 3.4.1
Closes #226
1 parent 7d04565 commit 726219c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
===========
44

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+
512
.. _v3_4:
613

714
3.4 (2021-02-05)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import os
44

5-
VERSION = "3.4"
5+
VERSION = "3.4.1"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)