Skip to content

Commit

Permalink
Major version bump to 12.0.0
Browse files Browse the repository at this point in the history
Significant, breaking changes:

- changes the interface to the `Template` class, including removal of
  the `drop_values` argument for all template types
- removes all `Renderer` classes and moves them to methods of subclasses
  of the `Template` class
  • Loading branch information
quis committed Dec 6, 2016
1 parent 805bb48 commit 8dfc4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications_utils/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '11.1.0'
__version__ = '12.0.0'

0 comments on commit 8dfc4d8

Please sign in to comment.