Bumped version to 1.3.1
This commit is contained in:
parent
dd257bad6f
commit
99389e8ece
@ -3,7 +3,7 @@
|
||||
This file logs the changes that are actually interesting to users (new features,
|
||||
changed functionality, fixed bugs).
|
||||
|
||||
## Version 1.3.1 (in development)
|
||||
## Version 1.3.1 (2021-02-04)
|
||||
|
||||
- Remove assertion error when a library blend file linked from a Geometry Nodes modifier does not exist.
|
||||
|
||||
|
||||
@ -20,4 +20,4 @@
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
__version__ = '1.3'
|
||||
__version__ = '1.3.1'
|
||||
|
||||
@ -24,9 +24,9 @@ copyright = '2018, Sybren A. Stüvel'
|
||||
author = 'Sybren A. Stüvel'
|
||||
|
||||
# The short X.Y version
|
||||
version = '1.3'
|
||||
version = '1.3.1'
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '1.3'
|
||||
release = '1.3.1'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "blender-asset-tracer"
|
||||
version = "1.3"
|
||||
version = "1.3.1"
|
||||
homepage = 'https://developer.blender.org/project/profile/79/'
|
||||
|
||||
description = "BAT parses Blend files and produces dependency information. After installation run `bat --help`"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user