Skip to content

Commit

Permalink
Update changes.rst and upgrade version of projects and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kula1922 committed Oct 27, 2014
1 parent 20084a9 commit 54ccc8c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Change Log
----------


3.0.0-alpha1
~~~~~

* Serveral fixes related to fine tune version


3.0.0-alpha
~~~~~

* Servces instead ventures
* Refactoring archiveture
* Created 3 types of plugins (collet, cost, report)
* Cost plugin calculate all cost and write it as pre-generated data to db
* Report plugin collect pre-generated data and make ready to display
* Created Pricing object and Pricing service for interal convention policy, this kind of feature is using to make a scrooge more scalable and flexibility.

2.6.0
~~~~~

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
package_dir={'': 'src'},
zip_safe=False, # because templates are loaded from file path
install_requires=[
'ralph>=2.0.0-stable',
'ralph_assets>=2.0.0-rc2',
'ralph>=2.1.0',
'ralph_assets>=2.3.0',
'python-ceilometerclient>=1.0.10',
'python-novaclient==2.17.0',
'django-simple-history',
Expand Down
2 changes: 1 addition & 1 deletion src/ralph_scrooge/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = ('3', '0', '0-alpha')
VERSION = ('3', '0', '0-alpha1')

0 comments on commit 54ccc8c

Please sign in to comment.