Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Apr 12, 2022
1 parent 92aaaa7 commit b4f6dda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Release notes
-------------

**v0.8.4** (12-04-2021)

* Fix a memoryleak.


**v0.8.3** (16-09-2021)

* Fixed a bug where with the latest PScript (0.7.6) Flexx wont start in the browser.
Expand Down
2 changes: 1 addition & 1 deletion flexx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# part after the "----" is stripped. The long-description for Pypi is
# obtained by converting README.md to RST.

__version__ = '0.8.3'
__version__ = '0.8.4'

# Assert compatibility
import sys
Expand Down

0 comments on commit b4f6dda

Please sign in to comment.