Skip to content

Commit

Permalink
Preparing 0.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Jul 15, 2013
1 parent d72557a commit 1e5aec9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Contributors
* Flavio Curella
* Florian Ilgenfritz
* Antti Kaihola
* Mike Knoop
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog
--------------------

* Python 3 support!
* Better widget. Thanks to Mike Knoop for the initial patch.

0.5.0
-----
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
import re
import sys
from setuptools import find_packages, setup
from setuptools import setup


def find_version(*file_paths):
Expand Down Expand Up @@ -75,7 +75,6 @@ def split(self, *args, **kw):
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
Expand Down
2 changes: 1 addition & 1 deletion sortedm2m/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-


__version__ = "0.6.0pre"
__version__ = '0.6.0'

0 comments on commit 1e5aec9

Please sign in to comment.