Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Bumped version number to 1.5.0 and added Django 1.8 compatibility to …
Browse files Browse the repository at this point in the history
…README file
  • Loading branch information
maennel committed Jun 11, 2015
1 parent 88448a3 commit 79c06d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Prerequisites
This code was tested with the following technical components

* Python 2.7 & 3.4
* Django 1.6 & 1.7
* Django 1.6, 1.7 & 1.8
* PostgreSQL 9.3.4 & SQLite3


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"""

setup(name='CleanerVersion',
version='1.4.9',
version='1.5.0',
description='A versioning solution for relational data models using the Django ORM',
long_description='CleanerVersion is a solution that allows you to read and write multiple versions of an entry '
'to and from your relational database. It allows to keep track of modifications on an object '
Expand Down

0 comments on commit 79c06d7

Please sign in to comment.