Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Jan 4, 2014
1 parent c7f7c5c commit 4215126
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ To run the test suite, execute the following in your shell (Django install is re

## Change Log

### 1.3.1

* Removed breakpoint that was added accidentally.
* Added the build directory to `.gitignore`

### 1.3.0

* Removed `CreateAndRedirectToEditView` mixin. It was marked for deprecation and removal since 1.0.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3.0'
version = '1.3.1'
# The full version, including alpha/beta/rc tags.
release = '1.3.0'
release = '1.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="django-braces",
version="1.3.0",
version="1.3.1",
description="Reusable, generic mixins for Django",
long_description="Mixins to add easy functionality to Django class-based views, forms, and models.",
keywords="django, views, forms, mixins",
Expand Down

0 comments on commit 4215126

Please sign in to comment.