Skip to content

Commit

Permalink
Release 1.33.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Apr 22, 2020
1 parent e4eec7f commit 10e7151
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Superdesk Analytics Changelog

## [1.33.0-rc1] 2020-04-22
### Fixes
- [SDESK-5133] Use appConfig instead of config/deployConfig (#121)
- [SDESK-5146] Clear filter values upon clicking the button (#122)
- fix(appConfig): Improper path used when importing appConfig (#123)

## [1.7.4] 2020-03-03
### Fixes
- fix(build): Use github/commit for highcharts export server version (#118)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superdesk-analytics",
"version": "1.7.4",
"version": "1.33.0-rc1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,11 +39,11 @@
"lodash": "^4.17.5",
"moment-timezone": "^0.5.14",
"superdesk-code-style": "^1.2.0",
"superdesk-core": "superdesk/superdesk-client-core#develop",
"angular-embed": "superdesk/angular-embed#d75968e",
"angular-embedly": "Urigo/angular-embedly#0.0.8",
"superdesk-core": "github:superdesk/superdesk-client-core#release/1.33.1",
"angular-embed": "github:superdesk/angular-embed#d75968e",
"angular-embedly": "github:Urigo/angular-embedly#0.0.8",
"jquery": "^3.4.1",
"jquery.gridster": "dustmoo/gridster.js#c306335397816beceb74e4a176067baef34a0359",
"jquery.gridster": "github:dustmoo/gridster.js#c306335397816beceb74e4a176067baef34a0359",
"rangy": "1.3.0",
"typescript-eslint-parser": "^18.0.0"
}
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.4'
__version__ = '1.33.0-rc1'


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.4",
version="1.33.0-rc1",
package_dir={'': 'server'},
packages=find_packages('server'),
author='Sourcefabric',
Expand Down

0 comments on commit 10e7151

Please sign in to comment.