Skip to content

Commit

Permalink
Angular 5, Beta 2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Burke committed Feb 21, 2018
1 parent 0788a6f commit c1e5201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
20 changes: 1 addition & 19 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,4 @@ recursive-include report_builder/static/report_builder/img *
recursive-include report_builder/static/report_builder/js *
recursive-include report_builder/static/report_builder/partials *
include report_builder/static/report_builder/*.js
include report_builder/static/report_builder/bower_components/angular/angular.min.js
include report_builder/static/report_builder/bower_components/angular-route/angular-route.min.js
include report_builder/static/report_builder/bower_components/lodash/dist/lodash.min.js
include report_builder/static/report_builder/bower_components/restangular/dist/restangular.min.js
include report_builder/static/report_builder/bower_components/angular-material/angular-material.css
include report_builder/static/report_builder/bower_components/angular-aria/angular-aria.js
include report_builder/static/report_builder/bower_components/angular-animate/angular-animate.js
include report_builder/static/report_builder/bower_components/hammerjs/hammer.js
include report_builder/static/report_builder/bower_components/angular-material/angular-material.js
include report_builder/static/report_builder/bower_components/handsontable/dist/handsontable.full.css
include report_builder/static/report_builder/bower_components/handsontable/dist/handsontable.full.min.js
include report_builder/static/report_builder/bower_components/nghandsontable/dist/ngHandsontable.min.js
include report_builder/static/report_builder/bower_components/angular-ui-tree/dist/angular-ui-tree.js
include report_builder/static/report_builder/bower_components/angular-ui-tree/dist/angular-ui-tree.min.css
include report_builder/static/report_builder/css/angular_report.css
include report_builder/static/report_builder/bower_components/moment/moment.js
include report_builder/static/report_builder/bower_components/pikaday/pikaday.js
include report_builder/static/report_builder/bower_components/pikaday/css/pikaday.css
include report_builder/static/report_builder/bower_components/pikaday-angular/pikaday-angular.js
include report_builder/static/report_builder/*.css
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="django-report-builder",
version="5.0.0-beta1",
version="5.0.0-beta2",
author="David Burke",
author_email="[email protected]",
description=("Query and Report builder for Django ORM"),
Expand Down

0 comments on commit c1e5201

Please sign in to comment.