mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2025-03-17 17:00:50 -09:00
Update metadata for 4.1.0.
This commit is contained in:
parent
54fc1ff50b
commit
19bfd5cbd7
2 changed files with 5 additions and 4 deletions
|
@ -3,8 +3,8 @@
|
|||
Release History
|
||||
===============
|
||||
|
||||
`Next Release`_
|
||||
---------------
|
||||
`4.1.0`_ (04-Sep-2019)
|
||||
----------------------
|
||||
- Add configuration documentation
|
||||
- Exclude Tornado >6 (as-yet-unreleased version)
|
||||
- Add :func:`sprockets.mixins.metrics.statsd.get_client` function
|
||||
|
@ -95,7 +95,8 @@ Release History
|
|||
- Add :class:`sprockets.mixins.metrics.InfluxDBMixin`
|
||||
- Add :class:`sprockets.mixins.metrics.influxdb.InfluxDBConnection`
|
||||
|
||||
.. _Next Release: https://github.com/sprockets/sprockets.mixins.metrics/compare/4.0.0...master
|
||||
.. _Next Release: https://github.com/sprockets/sprockets.mixins.metrics/compare/4.1.0...master
|
||||
.. _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
|
||||
.. _3.1.0: https://github.com/sprockets/sprockets.mixins.metrics/compare/3.0.4...3.1.0
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version_info = (4, 0, 0)
|
||||
version_info = (4, 1, 0)
|
||||
__version__ = '.'.join(str(v) for v in version_info)
|
||||
__all__ = ['__version__', 'version_info']
|
||||
|
|
Loading…
Add table
Reference in a new issue