Bumped version to 1.6

This commit is contained in:
Sybren A. Stüvel 2021-07-27 17:06:13 +02:00
parent 4a1840f51c
commit 2cedf2b424
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
This file logs the changes that are actually interesting to users (new features,
changed functionality, fixed bugs).
## Version 1.6 (in development)
## Version 1.6 (2021-07-27)
- Support linked collections used as input in a Geometry Nodes modifier.
- Support collections, objects, images, and textures used as default values in nodes.

View File

@ -20,4 +20,4 @@
# <pep8 compliant>
__version__ = "1.6b1"
__version__ = "1.6"

View File

@ -24,9 +24,9 @@ copyright = '2018, Sybren A. Stüvel'
author = 'Sybren A. Stüvel'
# The short X.Y version
version = '1.6b1'
version = '1.6'
# The full version, including alpha/beta/rc tags
release = '1.6b1'
release = '1.6'
# -- General configuration ---------------------------------------------------

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "blender-asset-tracer"
version = "1.6b1"
version = "1.6"
homepage = 'https://developer.blender.org/project/profile/79/'
description = "BAT parses Blend files and produces dependency information. After installation run `bat --help`"