From 18a24759075bea9efcfef758944104690dbf4708 Mon Sep 17 00:00:00 2001 From: Oliver Schoenborn Date: Sun, 31 Mar 2019 22:55:18 -0400 Subject: [PATCH] typo in docs url for branch so need new rel --- docs/changelog.rst | 2 +- src/pubsub/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',