Skip to content

Commit

Permalink
Bumping version and uploading to PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpresta committed Oct 24, 2014
1 parent 0663b85 commit f30de57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Supported Versions
==================

Python 2.6/2.7 with Django 1.4+
Python 3.2/3.3 with Django 1.5+
Python 3.2/3.3/3.4 with Django 1.5+

=====
Usage
Expand All @@ -38,7 +38,7 @@ Wave's modifications include packaging, and test modifications such that ``pytho
also bumps the version to ``1.0.0`` and renames it to dj-inmemorystorage such that it doesn't conflict on PyPI.

The biggest difference is that this package works with Django 1.4 now (previously only 1.5+).
It also supports Python 2.6/2.7 with Django 1.4+ and Python 3.2/3.3 with Django 1.5+.
It also supports Python 2.6/2.7 with Django 1.4+ and Python 3.2/3.3/3.4 with Django 1.5+.

============
Contributing
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-*- coding: utf-8 -*-
# -*- coding: utf-8 -*-

from setuptools import setup

Expand All @@ -8,7 +8,7 @@
setup(
name="dj-inmemorystorage",
description="A non-persistent in-memory data storage backend for Django.",
version="1.0.3",
version="1.0.4",
url="https://github.com/waveaccounting/dj-inmemorystorage",
license=open('LICENSE').read(),
long_description=open('README.rst').read(),
Expand Down

0 comments on commit f30de57

Please sign in to comment.