Skip to content

Commit

Permalink
Update to version 0.4.2.dev for next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Jun 24, 2017
1 parent e2f2785 commit 105742d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Current
-------

- Nothing yet

0.4.1 (2017-06-24)
------------------

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Flask-FS
========

.. image:: https://travis-ci.org/noirbizarre/flask-fs.svg?tag=v0.4.1
.. image:: https://travis-ci.org/noirbizarre/flask-fs.svg?branch=master
:target: https://travis-ci.org/noirbizarre/flask-fs
:alt: Build status
.. image:: https://coveralls.io/repos/noirbizarre/flask-fs/badge.svg?tag=v0.4.1
:target: https://coveralls.io/r/noirbizarre/flask-fs?tag=v0.4.1
.. image:: https://coveralls.io/repos/noirbizarre/flask-fs/badge.svg?branch=master
:target: https://coveralls.io/r/noirbizarre/flask-fs?branch=master
:alt: Code coverage
.. image:: https://readthedocs.org/projects/flask-fs/badge/?version=0.4.1
.. image:: https://readthedocs.org/projects/flask-fs/badge/?version=latest
:target: http://flask-fs.readthedocs.org/en/latest/
:alt: Documentation status

Expand Down
2 changes: 1 addition & 1 deletion flask_fs/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = '0.4.1'
__version__ = '0.4.2.dev'
__description__ = 'Simple and easy file storages for Flask'

0 comments on commit 105742d

Please sign in to comment.