Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
epandurski committed Apr 6, 2019
1 parent cac5ca3 commit 7e29aaf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

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

- Use `marshmallow_sqlalchemy` for signal serialization
- Auto define __marshmallow__ attribute on all models
- Auto define __marshmallow_schema__ attribute on signal models


Version 0.3.7
-------------

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -138,7 +138,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = 'Flask-SignalBus v0.3.7'
# html_title = 'Flask-SignalBus v0.4.0'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='Flask-SignalBus',
version='0.3.7',
version='0.4.0',
url='https://github.com/epandurski/flask_signalbus',
license='MIT',
author='Evgeni Pandurski',
Expand Down

0 comments on commit 7e29aaf

Please sign in to comment.