Skip to content

Commit

Permalink
prep for 0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Nov 5, 2010
1 parent f0e2c0f commit cb961ef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 30 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@
*.egg-info
*.coverage
env26/
dist/
30 changes: 4 additions & 26 deletions CHANGES.txt
@@ -1,30 +1,8 @@
repoze.bfg.chameleon_genshi
===========================
pyramid_chameleon_genshi
========================

0.3 (2010-07-09)
0.1 (2010-11-05)
----------------

- By default, Chameleon's Genshi XIncludes support cannot resolve
``repoze.bfg`` "resource specifications"
(e.g. ``my_package:foo/bar.genshi``). In order to activate an
XIncludes class that understands repoze.bfg resource specifications,
call the ``repoze.bfg.chameleon_genshi.XIncludes.activate`` method
before using any templates (e.g., at process startup time)::
- Forked from repoze.bfg.chameleon_genshi 0.3.

from repoze.bfg.chameleon_genshi import XIncludes
XIncludes.activate()

This will replace the XIncludes helper class for all consumers of
Chameleon in the process.

- Depend on Chameleon >= 1.2.8 (replaceable XIncludes class).

0.2 (2010-06-15)
----------------

- Bring up to speed with BFG 1.3.X.

0.1 (2009-05-02)
----------------

- Initial release (break code out of BFG core).
1 change: 0 additions & 1 deletion README.txt
Expand Up @@ -8,4 +8,3 @@ details.

Visit the `Pyramid documentation <http://docs.pylonshq.com/>` for more
information.

2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -54,7 +54,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.0'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,7 +12,7 @@
#
##############################################################################

__version__ = '0.0'
__version__ = '0.1'

import os

Expand All @@ -39,7 +39,7 @@
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
],
keywords='bfg pyramid pylons genshi chameleon templates',
author="Agendaless Consulting",
author="Chris McDonough, Agendaless Consulting",
author_email="pylons-devel@googlegroups.com",
url="http://docs.pylonshq.com",
license="BSD-derived (http://www.repoze.org/LICENSE.txt)",
Expand Down

0 comments on commit cb961ef

Please sign in to comment.