Skip to content

Commit af872a7

Browse files
committed
final 3.7 release
1 parent 19a90a3 commit af872a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
3.7.dev
2-
-------
1+
3.7
2+
---
33
- It is not longer required for the prefix in userStatusLines to end with a ":".
44
- Fixed a bug which could cause the wrong time range to be selected for the x axis if the analyzer was run in a different timezone from the timezone where the HTML is viewed.
55

apamax/log_analyzer.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
2020
"""
2121

22-
__date__ = '2020-06-15'
23-
__version__ = '3.7.dev/'+__date__
22+
__date__ = '2020-06-29'
23+
__version__ = '3.7/'+__date__
2424
__author__ = "Apama community"
2525
__license__ = "Apache 2.0"
2626

0 commit comments

Comments
 (0)