Skip to content

Commit

Permalink
Push over version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sysr-q committed Apr 8, 2015
1 parent e9e24d6 commit b51ddc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion flask_themes2/__init__.py
Expand Up @@ -38,7 +38,7 @@
from ._compat import text_type, iteritems, itervalues


__version__ = '0.13'
__version__ = '0.1.4'


DOCTYPES = 'html4 html5 xhtml'.split()
Expand Down
16 changes: 8 additions & 8 deletions setup.py
Expand Up @@ -3,15 +3,15 @@
=============
.. _docs: http://flask-themes2.rtfd.org
.. _GitHub: https://github.com/plausibility/flask-themes2
.. _GitHub: https://github.com/sysr-q/flask-themes2
.. image:: https://travis-ci.org/plausibility/flask-themes2.png?branch=master
:target: http://travis-ci.org/plausibility/flask-themes2
.. image:: https://travis-ci.org/sysr-q/flask-themes2.png?branch=master
:target: http://travis-ci.org/sysr-q/flask-themes2
:alt: Build Status
Flask-Themes2 is a fork of Spirits, which is in turn a fork of Flask-Themes.
- `Flask-Themes2 <https://github.com/plausibility/flask-themes2>`_ maintained by Christopher "plausibility" Carter
- `Flask-Themes2 <https://github.com/sysr-q/flask-themes2>`_ maintained by Christopher "sysr_q" Carter
- `Spirits <https://github.com/drewlustro/spirits>`_ maintained by Drew Lustro
- `Flask-Themes <https://bitbucket.org/leafstorm/flask-themes>`_ by Matthew "LeafStorm" Frazier
Expand All @@ -35,7 +35,7 @@
.. code-block:: sh
$ pip install -e git://github.com/plausibility/flask-themes2.git#egg=flask_themes2-dev
$ pip install -e git://github.com/sysr-q/flask-themes2.git#egg=flask_themes2-dev
Documentation
-------------
Expand All @@ -53,10 +53,10 @@

setup(
name="Flask-Themes2",
version="0.1.3", # No execfile() here!
url="https://github.com/plausibility/flask-themes2",
version="0.1.4", # No execfile() here!
url="https://github.com/sysr-q/flask-themes2",
license="MIT",
author="plausibility",
author="sysr-q",
author_email="chris@gibsonsec.org",
description="Provides infrastructure for theming Flask applications \
(and supports Flask>=0.6!)",
Expand Down

0 comments on commit b51ddc4

Please sign in to comment.