diff --git a/docs/changelog.rst b/docs/changelog.rst index ad140d6..42638bf 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v3_4_1: + +3.4.1 (2021-02-05) +------------------ + +- Fixed a code import bug that slipped in to 3.4. (`#226 `__) + .. _v3_4: 3.4 (2021-02-05) diff --git a/setup.py b/setup.py index dcae521..e847dc0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "3.4" +VERSION = "3.4.1" def get_long_description():