Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffckerr committed Aug 21, 2024
1 parent 5b33889 commit e472006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented. If you have any updates

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

## Version 1.0.1 (2024-08-20)
1. Update to work with Flask 3.

## Version 1.0.0 (2023-12-13)
1. Updated to work with current versions of Python and JavaScript libraries.
2. Added CORS option (required for serving via React).
Expand Down
4 changes: 2 additions & 2 deletions scirisweb/sw_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ['__version__', '__versiondate__', '__license__']

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

0 comments on commit e472006

Please sign in to comment.