Skip to content

Commit

Permalink
Merge pull request #1 from tkimnguyen/master
Browse files Browse the repository at this point in the history
update version and docs for release 2.0
  • Loading branch information
tkimnguyen committed Apr 17, 2015
2 parents 5763161 + d2368c3 commit 1021047
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Changelog
=========

Scrawl 2.0 - unreleased
-----------------------
Scrawl 2.0 - 2.0 - 2015.04.17
-----------------------------

- Updated docs and version for release
[tkimnguyen]

- Removed attempt to render the related items macro in the blog entry view. This
skin template was removed in Plone 4.3. Related items are now (by default) in
Expand Down
2 changes: 1 addition & 1 deletion Products/Scrawl/README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Scrawl is now distributed primarily as an egg; the main documentation can be found
in the README at the root of the egg. If you're using the non-egg version you can read
that documentation at http://plone.org/products/Scrawl.
that documentation at https://pypi.python.org/pypi/Products.Scrawl.
2 changes: 1 addition & 1 deletion Products/Scrawl/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0b1 (2011.02.24)
2.0
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ shows either the description of each contained blog entry (if it exists) or the
entire body. It's up to the user to limit those results in an intelligent
way so that page loads doesn't take too long.

Scrawl works in Plone 3.x and 4.0.
Scrawl works in Plone 3.x and 4.x (up to and including 4.3.4).

Installation
============
Expand All @@ -34,7 +34,7 @@ in Products.Scrawl.Extensions.migrate_entries for more details. YMMV.
Credits
=======

Development by Groundwire_ (formlery ONE/Northwest) <jonb@groundwire.org>.
Original development by Groundwire_ (formlery ONE/Northwest).

.. _Groundwire: http://groundwire.org/

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '2.0b1'
version = '2.0'

setup(name='Products.Scrawl',
version=version,
Expand Down

0 comments on commit 1021047

Please sign in to comment.