Bumped version to 1.9 for last 2.79-compatible release

The next release will be 2.0 and target Blender 2.80.
This commit is contained in:
Sybren A. Stüvel 2018-09-05 13:30:44 +02:00
parent d019fd0cf0
commit 4d26ad248e
3 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# Blender Cloud changelog # Blender Cloud changelog
## Version 2.0 (in development) ## Version 1.9 (2018-09-05)
- Last version to support Blender versions before 2.80!
- Replace BAM with BAT🦇. - Replace BAM with BAT🦇.
- Don't crash the texture browser when an invalid texture is seen. - Don't crash the texture browser when an invalid texture is seen.
- Support colour strips as Attract shots. - Support colour strips as Attract shots.
- Blender 2.8 support (work in progress).
- Flamenco: allow jobs to be created in 'paused' state. - Flamenco: allow jobs to be created in 'paused' state.
- Flamenco: only show Flamenco Managers that are linked to the currently selected project. - Flamenco: only show Flamenco Managers that are linked to the currently selected project.

View File

@ -21,7 +21,7 @@
bl_info = { bl_info = {
'name': 'Blender Cloud', 'name': 'Blender Cloud',
"author": "Sybren A. Stüvel, Francesco Siddi, Inês Almeida, Antony Riakiotakis", "author": "Sybren A. Stüvel, Francesco Siddi, Inês Almeida, Antony Riakiotakis",
'version': (1, 9, 999), 'version': (1, 9),
'blender': (2, 80, 0), 'blender': (2, 80, 0),
'location': 'Addon Preferences panel, and Ctrl+Shift+Alt+A anywhere for texture browser', 'location': 'Addon Preferences panel, and Ctrl+Shift+Alt+A anywhere for texture browser',
'description': 'Texture library browser and Blender Sync. Requires the Blender ID addon ' 'description': 'Texture library browser and Blender Sync. Requires the Blender ID addon '

View File

@ -228,7 +228,7 @@ setup(
'wheels': BuildWheels}, 'wheels': BuildWheels},
name='blender_cloud', name='blender_cloud',
description='The Blender Cloud addon allows browsing the Blender Cloud from Blender.', description='The Blender Cloud addon allows browsing the Blender Cloud from Blender.',
version='1.9.999', version='1.9',
author='Sybren A. Stüvel', author='Sybren A. Stüvel',
author_email='sybren@stuvel.eu', author_email='sybren@stuvel.eu',
packages=find_packages('.'), packages=find_packages('.'),