Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Jan 15, 2015
1 parent ce363b9 commit 275a027
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Flask-Sijax Changelog
=====================

Version 0.4.0
-------------

Adds compatibility with Python 3.


Version 0.3.3
-------------

Expand All @@ -18,12 +24,14 @@ instead of the flaskext.sijax namespaced package.
Minor backwards incompatible API changes that make Flask-Sijax
more consistent with Flask extension patterns.


Version 0.2.0
-------------

Adds compatibility with Sijax 0.2.0, which introduced some API changes.
The Flask-Sijax API however remains unchanged.


Version 0.1.x
-------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3.3'
version = '0.4.0'
# The full version, including alpha/beta/rc tags.
release = '0.3.3'
release = '0.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name = "Flask-Sijax",
version = '0.3.3',
version = '0.4.0',
description = "An extension for the Flask microframework that adds Sijax support.",
long_description = __doc__,
author = "Slavi Pantaleev",
Expand Down

0 comments on commit 275a027

Please sign in to comment.