Skip to content

Commit

Permalink
v1.3.4: add CAPTCHA support and user edit blocking
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Aug 8, 2015
1 parent ed0e54c commit f9b3b0e
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 10 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
Appendix A. Changelog
=====================

:Version: 1.3.3
:Version: 1.3.4

1.3.4
* Link to demo site in documentation
* Support reCAPTCHA for logins (for demo site)
* Support preventing some users from editing the site (for demo site)

1.3.3
Remove yesterday’s new options. Please do not use v1.3.2.
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Appendix A. Contribution rules
:Author: Chris Warrick <[email protected]>
:Copyright: © 2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-07-03
:Version: 1.3.3
:Date: 2015-08-08
:Version: 1.3.4

.. index:: contributing

Expand Down
2 changes: 1 addition & 1 deletion coil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@

__all__ = ['__version__']

__version__ = '1.3.3'
__version__ = '1.3.4'
7 changes: 6 additions & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
Appendix A. Changelog
=====================

:Version: 1.3.3
:Version: 1.3.4

1.3.4
* Link to demo site in documentation
* Support reCAPTCHA for logins (for demo site)
* Support preventing some users from editing the site (for demo site)

1.3.3
Remove yesterday’s new options. Please do not use v1.3.2.
Expand Down
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Appendix A. Contribution rules
:Author: Chris Warrick <[email protected]>
:Copyright: © 2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-07-03
:Version: 1.3.3
:Date: 2015-08-08
:Version: 1.3.4

.. index:: contributing

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3.3'
version = '1.3.4'
# The full version, including alpha/beta/rc tags.
release = '1.3.3'
release = '1.3.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Coil demo site
==============

The Coil demo site is available at https://coilcms-site.getnikola.com/ and https://coilcms-site.getnikola.com/.

Coil CMS
========

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
dependencies = [l.strip() for l in fh]

setup(name='coil',
version='1.3.4-alpha.2',
version='1.3.4',
description='A user-friendly CMS frontend for Nikola.',
keywords='coil,nikola,cms',
author='Chris Warrick, Roberto Alsina, Henry Hirsch et al.',
Expand Down

0 comments on commit f9b3b0e

Please sign in to comment.