Skip to content

Commit

Permalink
Merge pull request hearsaycorp#1 from akshayjshah/is_valid_value
Browse files Browse the repository at this point in the history
Bump minor version number, add to changelog
  • Loading branch information
Adam DePue committed Dec 3, 2013
2 parents e9c9c87 + 47e9255 commit adc56fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ Changelog
- Make EnumField.run_validators a no-op.
This stops some warnings from type comparison, and it doesn't seem
useful in an EnumField context.

1.1.0 (2013-12-03)
------------------
- Fix form fields to support Django 1.6 (while maintaining
compatibility with 1.4 and 1.5).
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run_tests(self):

setup(
name='django-richenum',
version='1.0.2',
version='1.1.0',
description='Django Enum library for python.',
long_description=(
open('README.rst').read() + '\n\n' +
Expand Down

0 comments on commit adc56fd

Please sign in to comment.