Skip to content

Commit

Permalink
Prepare to tag 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed May 2, 2012
1 parent 5af2b12 commit fdd63b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
Changelog
=========

1.3.1 (unreleased)
1.3.1 (2012-05-02)
------------------

- Make formlib support optional. This is not included by default. If
you whish to use formlib, you need to include the extra ``form`` for
``five.grok``. Example::

five.grok [form] >= 1.3.1
``five.grok``. Example: ``five.grok [form] >= 1.3.1``.

- Fix the redirect method to properly work. Unlike in Zope 3, it
doesn't support trusted.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '1.4.0dev'
version = '1.3.1'

form_requires = [
'grokcore.formlib >= 1.4',
Expand Down

0 comments on commit fdd63b6

Please sign in to comment.