Skip to content

Commit 140497b

Browse files
jontsaiJonathan Tsai
authored andcommitted
v3.1.0
1 parent b6beba2 commit 140497b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# CHANGELOG
22

3+
## v3.1.0 (2021-12-13)
4+
- Fixes metric aggregation by customer, service, and owner (#12)
5+
- Fixes `start_of_month` by simply using `1`, instead of `calendar.monthrange[0]`, (#11)
6+
- Minor improvements to metrics explorer (#10)
7+
- adds `CUSTOM_STATIC_DIR` and `CUSTOM_STYLESHEETS` served by `{{ url_for('custom_static', filename=filename) }}` (#9)
8+
39
## v3.0.1 (2021-04-06)
4-
-Include all open Maniphest statuses for upcoming tasks due report
10+
- Include all open Maniphest statuses for upcoming tasks due report
511
- awaitingbusiness
612
- inprogress
713
- open

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.1.0

phablytics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.1'
1+
__version__ = '3.1.0'

0 commit comments

Comments
 (0)