From 27aa57bde7cf8adde8824716af1c85b8fba84bd4 Mon Sep 17 00:00:00 2001 From: Ethan Henderson Date: Fri, 23 Jul 2021 16:32:19 +0100 Subject: [PATCH] Update changelog and version number --- analytix/__init__.py | 2 +- docs/changelog.rst | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/analytix/__init__.py b/analytix/__init__.py index 00e6b19..0bb44c4 100644 --- a/analytix/__init__.py +++ b/analytix/__init__.py @@ -1,5 +1,5 @@ __productname__ = "analytix" -__version__ = "1.2.1" +__version__ = "1.2.2" __description__ = "A simple yet powerful API wrapper to make getting analytical information from the YouTube Analytics API easier than ever." __url__ = "https://github.com/parafoxia/analytix" __docs__ = "https://analytix.readthedocs.io/en/latest/" diff --git a/docs/changelog.rst b/docs/changelog.rst index a5b1c2b..ba8c36f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,17 @@ Changelog ========= +v1.2.2 +------ + +- Verify sort metrics better +- Fix a few bugs + +v1.2.1 +------ + +Bug fixes. + v1.2.0 ------