Skip to content

Commit

Permalink
prep 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ejucovy committed Aug 19, 2012
1 parent 2efc034 commit cf4d773
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
0.2
---

* Fix compatibility with other plugins: previously, this plugin would cause other plugins' add_stylesheet() calls to break, because of some incompatibility with Genshi's cut()/buffer() commands. This is now fixed by avoiding calls to cut() and buffer().
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 find_packages, setup

version='0.1'
version='0.2'

try:
long_description = open("README.txt").read()
Expand Down

0 comments on commit cf4d773

Please sign in to comment.