Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevutskyi committed May 12, 2020
1 parent 76f2d60 commit 7dc8761
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog
Changes in Flask-Restless-NG
============================

Version 0.0.2
-------------
- New serializer (2-3x faster)
- Added lru_cache to helpers to reduce number of recursive calls (better performance)


Version 0.0.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is a fork of no longer maintained [Flask-Restless](https://github.com/jfinkels/flask-restless) module.
The goal of this fork is to keep it compatible with the latest version of Flask and SQLAlchemy, performance
improvements and bug fixing
improvements (faster serializer, etc) and bug fixing

## Introduction ##

Expand Down
2 changes: 1 addition & 1 deletion flask_restless/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#:
#: This should be the same as the version specified in the :file:`setup.py`
#: file.
__version__ = '0.0.1'
__version__ = '0.0.2'

# The following names are available as part of the public API for
# Flask-Restless. End users of this package can import these names by doing
Expand Down

0 comments on commit 7dc8761

Please sign in to comment.