Docs: Improve Add-on Table and readmes #70

Merged
Nick Alberelli merged 16 commits from docs/addon-release-improvements into main 2023-06-05 16:09:57 +02:00
2 changed files with 14 additions and 1 deletions
Showing only changes of commit 41002d81ff - Show all commits

View File

@ -0,0 +1,13 @@
## 0.0.2 - 2023-06-02
### ADDED
- Add release system
### FIXED
- Fix Addon Install Instructions
- Fix Addons Spelling and Links (#54)
- Fix crash in update_file_list()
### UN-CATEGORIZED
- Include Addon READMEs in Pipeline Docs (#49)

View File

@ -12,7 +12,7 @@ from . import warn_about_broken_libraries
bl_info = {
'name' : "Animation Cupboard",
'author': "Demeter Dzadik",
'version' : (0, 0, 1),
"version": (0, 0, 2),
'blender' : (3, 2, 0),
'description' : "Tools to improve animation workflows",
'location': "Various",