Skip to content

Commit a46df0c

Browse files
committed
Version 3.2.0 - Stubber Update
### Added - Stub generators from descriptor config files where you structure out your config file and give each value the Python type you expect the config to yield in order to generate type-hinting stub-classes that match the structure of your config file(s). - CLI commands for running the stub generation: `alviss-stubber` - CLI commands for running the config rendering: `alviss-render` - A bunch of Alviss specific Error Exceptions that are raised e.g. when files aren't found or when Fidelius is required but isn't installed ### Changed - The rendering of static single file configs from Alviss config files and expressions has now been moved into its own sub-module with a standard API
1 parent 89912f1 commit a46df0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alviss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.2.0-beta.1'
1+
__version__ = '3.2.0'
22

33
__author__ = 'Thordur Matthiasson <thordurm@ccpgames.com>'
44
__license__ = 'MIT License'

0 commit comments

Comments
 (0)