mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-23 19:29:52 +00:00
4.2.0: Library No Longer Maintained.
This library is NO LONGER MAINTAINED. Please switch to either sprockets-influxdb or sprockets-statsd. https://github.com/sprockets/sprockets-influxdb https://github.com/sprockets/sprockets-statsd
This commit is contained in:
parent
752117aafb
commit
f6d0034438
2 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@
|
|||
Release History
|
||||
===============
|
||||
|
||||
Next release
|
||||
------------
|
||||
`4.2.0`_ (21-Jul-2021)
|
||||
----------------------
|
||||
- Library deprecated -- use `sprockets-statsd`_ if you need StatsD support
|
||||
|
||||
.. _sprockets-statsd: https://github.com/sprockets/sprockets-statsd
|
||||
|
@ -101,7 +101,7 @@ Next release
|
|||
- Add :class:`sprockets.mixins.metrics.InfluxDBMixin`
|
||||
- Add :class:`sprockets.mixins.metrics.influxdb.InfluxDBConnection`
|
||||
|
||||
.. _Next Release: https://github.com/sprockets/sprockets.mixins.metrics/compare/4.1.0...master
|
||||
.. _4.2.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/4.1.0...4.2.0
|
||||
.. _4.1.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/4.0.0...4.1.0
|
||||
.. _4.0.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/3.1.1...4.0.0
|
||||
.. _3.1.1: https://github.com/sprockets/sprockets.mixins.metrics/compare/3.1.0...3.1.1
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version_info = (4, 1, 0)
|
||||
version_info = (4, 2, 0)
|
||||
__version__ = '.'.join(str(v) for v in version_info)
|
||||
__all__ = ['__version__', 'version_info']
|
||||
|
|
Loading…
Reference in a new issue