diff --git a/README.rst b/README.rst index a3beb75..5fe5a00 100644 --- a/README.rst +++ b/README.rst @@ -149,8 +149,8 @@ Acknowledgments Changelog ========= -master ------- +1.3.5 +----- - Remove profiling code. If we care, we can invoke profiling with: diff --git a/mtg_ssm/version.py b/mtg_ssm/version.py index eb24a98..17d7a77 100644 --- a/mtg_ssm/version.py +++ b/mtg_ssm/version.py @@ -1,2 +1,2 @@ """Version information.""" -__version__ = '1.3.4' +__version__ = '1.3.5'