Skip to content

Commit

Permalink
Release 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Mar 3, 2020
1 parent 91e23b0 commit 4128755
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Superdesk Analytics Changelog

## [1.7.4] 2020-03-03
### Fixes
- fix(build): Use github/commit for highcharts export server version (#118)

## [1.7.3] 2020-01-31
### Fixes
- [SDESK-4847] Implement CSV download for tables (#113)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superdesk-analytics",
"version": "1.7.3",
"version": "1.7.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/analytics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from superdesk.celery_app import celery
from superdesk.default_settings import celery_queue, crontab

__version__ = '1.7.3'
__version__ = '1.7.4'


def init_schedule_task(app):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run(self):

setup(
name="superdesk-analytics",
version="1.7.3",
version="1.7.4",
package_dir={'': 'server'},
packages=find_packages('server'),
author='Sourcefabric',
Expand Down

0 comments on commit 4128755

Please sign in to comment.