Commit 1b472a97 authored by mouadh's avatar mouadh

Merge remote-tracking branch 'origin/master'

parents ae38cfaa 47be445f
sudo: required
dist: trusty
language: python
cache: pip
python:
- "2.7"
install:
- pip install -U pip setuptools tox
script:
- tox
notifications:
slack:
rooms:
- abilian:dTtRD7DHS4Dw3jfRrqytQWU6#code
on_success: change
on_failure: always
Changelog for Olapy
===================
0.4.0 (2017-07-31)
------------------
- Use xmlwitch to generate XML content.
- User sqlalchemy core to access database.
...@@ -34,8 +34,6 @@ or just:: ...@@ -34,8 +34,6 @@ or just::
Usage Usage
----- -----
With an XMLA client
~~~~~~~~~~~~~~~~~~~
To use XMLA from Excel, just start the XMLA server by executing in the root directory:: To use XMLA from Excel, just start the XMLA server by executing in the root directory::
...@@ -43,19 +41,6 @@ To use XMLA from Excel, just start the XMLA server by executing in the root dire ...@@ -43,19 +41,6 @@ To use XMLA from Excel, just start the XMLA server by executing in the root dire
and use the url: http://127.0.0.1:8000/xmla in Excel and use the url: http://127.0.0.1:8000/xmla in Excel
With the demo web app
~~~~~~~~~~~~~~~~~~~~~
Run:
1. `python manage.py initdb` to initialize the db
2. `python manage.py runserver` to run application, using the following credential to log in:
- **login**: admin
- **password**: admin
Developing Developing
---------- ----------
......
...@@ -18,7 +18,7 @@ install_requires = [str(ir.req) for ir in _install_requires] ...@@ -18,7 +18,7 @@ install_requires = [str(ir.req) for ir in _install_requires]
setup( setup(
name='olapy', name='olapy',
version="0.3.1", version="0.4.0",
packages=find_packages(), packages=find_packages(),
author="Abilian SAS", author="Abilian SAS",
author_email="contact@abilian.com", author_email="contact@abilian.com",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment