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 ------