Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocheque committed May 23, 2015
1 parent f1ed1be commit 48d2567
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ django-smart-autoregister
[![PyPi version](https://pypip.in/v/django-smart-autoregister/badge.png)](https://crate.io/packages/django-smart-autoregister/)
[![PyPi downloads](https://pypip.in/d/django-smart-autoregister/badge.png)](https://crate.io/packages/django-smart-autoregister/)

**Latest version: 0.0.2 (2015/05)**
**Latest version: 0.0.3 (2015/05)**

**Django-Smart-AutoRegister** (DSA) is a Django tool that automatically configure the ModelAdmin classes of your application using some good patterns:

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.0.2"
VERSION = "0.0.3"

def colorize(text, color)
color_codes = {
Expand Down
2 changes: 1 addition & 1 deletion django_smart_autoregister/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8

VERSION = '0.0.2'
VERSION = '0.0.3'

from .auto_register import *
6 changes: 6 additions & 0 deletions docs/source/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Change Log

Date format: yyyy/mm/dd

Version 0.0.3 - 2015/05
-------------------------------------------------------------------------------
* <http://pypi.python.org/pypi/django-smart-autoregister/0.0.3>
* [Update] No more deprecated methods


Version 0.0.2 - 2015/05
-------------------------------------------------------------------------------
* <http://pypi.python.org/pypi/django-smart-autoregister/0.0.2>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ requirements.txt

::

django-smart-autoregister==0.0.2
django-smart-autoregister==0.0.3
# or use the development version
git+git://github.com/paulocheque/django-smart-autoregister.git#egg=django-smart-autoregister

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Update version and save
# Go to 'files' link and upload the file

VERSION = '0.0.2'
VERSION = '0.0.3'

tests_require = [
'nose>=1.3.6',
Expand Down

0 comments on commit 48d2567

Please sign in to comment.