Skip to content

Commit

Permalink
Update to version 0.2.1.dev for next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Oct 11, 2016
1 parent 15e0906 commit 4a230d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.2.0 (2016-10-11)
------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Flask-FS
:target: https://requires.io/github/noirbizarre/flask-fs/requirements/?branch=master
:alt: Requirements Status
.. image:: https://readthedocs.org/projects/flask-fs/badge/?version=latest
:target: http://flask-fs.readthedocs.org/en/0.2.0/
:target: http://flask-fs.readthedocs.org/en/latest/
:alt: Documentation status

Simple and easy file storages for Flask
Expand Down Expand Up @@ -66,4 +66,4 @@ Quick start
Documentation
=============

The full documentation is hosted `on Read the Docs <http://flask-fs.readthedocs.org/en/0.2.0/>`_
The full documentation is hosted `on Read the Docs <http://flask-fs.readthedocs.org/en/latest/>`_
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.2.0'
__version__ = '0.2.1.dev'
__description__ = 'Simple and easy file storages for Flask'

0 comments on commit 4a230d3

Please sign in to comment.