From d520f6bb3396620005b6d7f7f576f4fc5bcc83ef Mon Sep 17 00:00:00 2001 From: Paul Golter Date: Thu, 22 Jul 2021 12:36:15 +0200 Subject: [PATCH] Bumped version to 1.5 --- CHANGELOG.md | 2 +- blender_asset_tracer/__init__.py | 2 +- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab59fc8..057a5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This file logs the changes that are actually interesting to users (new features, changed functionality, fixed bugs). -## Version 1.5 (in development) +## Version 1.5 (2021-07-22) - Drop support for Python 3.5 and 3.6, and add support for 3.8 and 3.9. diff --git a/blender_asset_tracer/__init__.py b/blender_asset_tracer/__init__.py index 23aae63..3001e20 100644 --- a/blender_asset_tracer/__init__.py +++ b/blender_asset_tracer/__init__.py @@ -20,4 +20,4 @@ # -__version__ = "1.5b0" +__version__ = "1.5" diff --git a/docs/conf.py b/docs/conf.py index 12d0b75..453d6f6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,9 +24,9 @@ copyright = '2018, Sybren A. Stüvel' author = 'Sybren A. Stüvel' # The short X.Y version -version = '1.5b0' +version = '1.5' # The full version, including alpha/beta/rc tags -release = '1.5b0' +release = '1.5' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index a402547..6e4eca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "blender-asset-tracer" -version = "1.5b0" +version = "1.5" homepage = 'https://developer.blender.org/project/profile/79/' description = "BAT parses Blend files and produces dependency information. After installation run `bat --help`"