Skip to content

Commit

Permalink
Released version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Jul 18, 2014
1 parent b0d5736 commit dddf660
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"""

__title__ = 'bombolone'
__version__ = '0.3.2'
__version__ = '0.3.3'
__author__ = '@zizzamia'
__copyright__ = 'Copyright 2014 Bombolone'
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bombolone",
"version": "0.3.2",
"version": "0.3.3",
"dependencies": {
"angular": "1.2.20",
"angular-route": "1.2.20",
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": "bombolone",
"version": "0.3.2",
"version": "0.3.3",
"description": "Bombolone is a tasty Content Management System for Python based on Flask, MongoDB, AngularJS, Sass and Bootstrap. It's designed to be a simple, flexible toolset for projects of any size.",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="http://zizzamia.com/img/bombolone_logo.png"/>

### Bombolone version 0.3.2 ###
### Bombolone version 0.3.3 ###

Bombolone is a tasty Content Management System for Python based on [Flask](http://flask.pocoo.org/), [MongoDB](http://www.mongodb.org/), [AngularJS](http://angularjs.org), [Sass](http://sass-lang.com) and [Bootstrap](http://getbootstrap.com/).
It's designed to be a simple, flexible toolset for projects of any size.
Expand Down

0 comments on commit dddf660

Please sign in to comment.