Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Prep for 1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Mar 20, 2017
1 parent 9d38c83 commit 5288f7b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.1 (2017-03-20)
===================

* Add support for more doc types (default is HTML5) (https://github.com/nyaruka/django-hamlpy/pull/63)
* Add format (html4/html5/xhtml) and escape_attrs (True/False) compiler options
* Don't use empty tag syntax or CDATA sections (can be overridden) in HTML5 format
* Fix patching of templatize for makemessages (https://github.com/nyaruka/django-hamlpy/pull/65)
* Add support for Django 1.11 betas (https://github.com/nyaruka/django-hamlpy/pull/62)
* Fix use of plural tag within blocktrans tag (https://github.com/nyaruka/django-hamlpy/pull/57)
* Add less, sass and escaped filters (https://github.com/nyaruka/django-hamlpy/pull/55)

1.0.1 (2017-01-26)
===================

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

from django.apps import AppConfig

__version__ = '1.0.1'
__version__ = '1.1'

HAML_EXTENSIONS = ('haml', 'hamlpy')

Expand Down

0 comments on commit 5288f7b

Please sign in to comment.