Skip to content

Commit

Permalink
Version 3.2.0 - Stubber Update
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
CCP-Zeulix committed Apr 22, 2024
1 parent 89912f1 commit a46df0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alviss/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.2.0-beta.1'
__version__ = '3.2.0'

__author__ = 'Thordur Matthiasson <[email protected]>'
__license__ = 'MIT License'
Expand Down

0 comments on commit a46df0c

Please sign in to comment.