Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Bump version, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicrodger committed Apr 13, 2015
1 parent 20c8a28 commit c443001
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion djohno/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.6'
__version__ = '0.2.0'
VERSION = tuple(map(int, __version__.split('.')))
11 changes: 11 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Release Notes
.. contents:: Table of Contents
:local:

0.2.0 (13th April 2015)
=======================

* Official, tested, support for Django 1.7 and 1.8;
* Switched to py.test for testing;
* Removed version checks (the ability to compare versions of
currently installed libraries vs what's available on PyPI) - the
checks were a bit hacky, since there's not a common API for
determining the version of a given app that's installed, and it
wasn't much use in practice.

0.1.6 (27th July 2013)
======================

Expand Down

0 comments on commit c443001

Please sign in to comment.