mirror of
https://github.com/sprockets/sprockets.mixins.correlation.git
synced 2024-11-23 19:29:55 +00:00
Merge pull request #2 from sprockets/release/1.0.0
Bump version to 1.0.0.
This commit is contained in:
commit
cfffbcd613
2 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
||||||
Version History
|
Version History
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
Next Release
|
`1.0.0`_ (31-Mar-2015)
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
- Adds ``sprockets.mixins.correlation.HandlerMixin``
|
- Adds ``sprockets.mixins.correlation.HandlerMixin``
|
||||||
|
|
||||||
|
|
||||||
|
.. _`1.0.0`: https://github.com/sprockets/sprockets.mixins.correlation/compare/0.0.0...1.0.0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
from .mixins import HandlerMixin
|
from .mixins import HandlerMixin
|
||||||
|
|
||||||
|
|
||||||
version_info = (0, 0, 0)
|
version_info = (1, 0, 0)
|
||||||
__version__ = '.'.join(str(v) for v in version_info[:3])
|
__version__ = '.'.join(str(v) for v in version_info[:3])
|
||||||
|
|
Loading…
Reference in a new issue