Skip to content

Commit

Permalink
match main (#19)
Browse files Browse the repository at this point in the history
* doc header fixes

* remove old docs

* fix static path error

* fix static path error

* refresh logo

* fix build errors, update changes

* update version

* fix build errors, update changes

* update version

* add DS_Store to git ignore
  • Loading branch information
CheeseCake87 authored Nov 22, 2024
1 parent fc545ea commit efba682
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ docs/_build/
tests/instance/
example/instance/
_tool.py
.DS_Store
*/.DS_Store
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ Released 2024-11-21
- updated project structure.
- docs now using sphinx + readthedocs.
- the start of the changes.md file.

- changes to the order of arguments in database configs
- argument 'name' changed to 'database_name' in configs
- addition of abort_status and fail_status args in security decorators
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "flask-imp"
version = "5.4.0"
version = "5.5.0"
description = 'A Flask auto importer that allows your Flask apps to grow big.'
authors = [{ name = "David Carmichael", email = "[email protected]" }]
readme = "README.md"
license = { file = "LICENSE" }
license = { file = "LICENSE.txt" }
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment', 'Intended Audience :: Developers',
Expand Down

0 comments on commit efba682

Please sign in to comment.