Skip to content

Commit 4215126

Browse files
committed
version bump
1 parent c7f7c5c commit 4215126

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ To run the test suite, execute the following in your shell (Django install is re
2626

2727
## Change Log
2828

29+
### 1.3.1
30+
31+
* Removed breakpoint that was added accidentally.
32+
* Added the build directory to `.gitignore`
33+
2934
### 1.3.0
3035

3136
* Removed `CreateAndRedirectToEditView` mixin. It was marked for deprecation and removal since 1.0.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '1.3.0'
51+
version = '1.3.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.3.0'
53+
release = '1.3.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="django-braces",
5-
version="1.3.0",
5+
version="1.3.1",
66
description="Reusable, generic mixins for Django",
77
long_description="Mixins to add easy functionality to Django class-based views, forms, and models.",
88
keywords="django, views, forms, mixins",

0 commit comments

Comments
 (0)