diff --git a/docs/changelog.rst b/docs/changelog.rst index 2406183..a4ea89f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,7 +3,7 @@ Changelog High-level changelog. -:3.4.1 (Mar 2019): +:3.4.2 (Mar 2019): PyPubSub 3.4 was created because I somehow did not include all source files (for testing and docs) in the source distribution of 3.3 when I moved it from SourceForge diff --git a/src/pubsub/__init__.py b/src/pubsub/__init__.py index 59de7ec..bda8781 100644 --- a/src/pubsub/__init__.py +++ b/src/pubsub/__init__.py @@ -8,7 +8,7 @@ _PREVIOUS_RELEASE_DATE = "2014-02-01" _PREVIOUS_RELEASE_VER = "3.3.0" -__version__ = "3.4.1" +__version__ = "3.4.2" __all__ = [ 'pub',