Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jontsai authored and Jonathan Tsai committed Dec 14, 2021
1 parent b6beba2 commit 140497b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# CHANGELOG

## v3.1.0 (2021-12-13)
- Fixes metric aggregation by customer, service, and owner (#12)
- Fixes `start_of_month` by simply using `1`, instead of `calendar.monthrange[0]`, (#11)
- Minor improvements to metrics explorer (#10)
- adds `CUSTOM_STATIC_DIR` and `CUSTOM_STYLESHEETS` served by `{{ url_for('custom_static', filename=filename) }}` (#9)

## v3.0.1 (2021-04-06)
-Include all open Maniphest statuses for upcoming tasks due report
- Include all open Maniphest statuses for upcoming tasks due report
- awaitingbusiness
- inprogress
- open
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.1.0
2 changes: 1 addition & 1 deletion phablytics/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.1'
__version__ = '3.1.0'

0 comments on commit 140497b

Please sign in to comment.