Skip to content

Commit d2ea7d5

Browse files
authored
Merge pull request #88 from sciris/rc1.0.1
Update for Flask 3
2 parents 5b33889 + 078206b commit d2ea7d5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented. If you have any updates
44

55
By import convention, components of the ScirisWeb library are listed beginning with `sw.`, e.g. `sw.ScirisApp()`.
66

7+
## Version 1.0.1 (2024-08-20)
8+
1. Update to work with Flask 2+.
9+
710
## Version 1.0.0 (2023-12-13)
811
1. Updated to work with current versions of Python and JavaScript libraries.
912
2. Added CORS option (required for serving via React).

scirisweb/sw_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ['__version__', '__versiondate__', '__license__']
22

3-
__version__ = '1.0.0'
4-
__versiondate__ = '2023-12-13'
3+
__version__ = '1.0.1'
4+
__versiondate__ = '2024-08-20'
55
__license__ = 'ScirisWeb %s (%s) -- (c) Sciris.org' % (__version__, __versiondate__)

0 commit comments

Comments
 (0)