Skip to content

Commit

Permalink
Merge pull request #155 from macropin/release-1.4
Browse files Browse the repository at this point in the history
Prepare for 1.4 release.
  • Loading branch information
macropin committed Feb 23, 2016
2 parents 7cb3e6a + 4a716c8 commit 12ed40e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
django-registration-redux changelog
===================================

Version 1.4, TBD
Version 1.4, 21 February, 2016
-----------------------------

* BACKWARDS-INCOMPATIBLE CHANGE: Remove unnecessary `_RequestPassingFormView`.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3'
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.3'
release = '1.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 8 additions & 0 deletions docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ older Django releases may work, but are officially unsupported. Additionally,
Backwards-incompatible changes
------------------------------

Version 1.4
```````````

- Remove unnecessary `_RequestPassingFormView`.
See `#56 <https://github.com/macropin/django-registration/pull/56>`_. Please
ensure that you update any subclassed views to reference ``self.request``
instead of accepting ``request`` as an argument.

Version 1.3
```````````
- Django 1.7 or newer is required. Please ensure you upgrade your Django
Expand Down
2 changes: 1 addition & 1 deletion registration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 4, 0, 'alpha', 0)
VERSION = (1, 4, 0, 'final', 0)


def get_version():
Expand Down

0 comments on commit 12ed40e

Please sign in to comment.