Skip to content

Commit

Permalink
Bump WireCloud versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Jan 15, 2016
1 parent 611d24b commit 30719ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wirecloud/platform/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (c) 2011-2015 CoNWeT Lab., Universidad Politécnica de Madrid
# Copyright (c) 2011-2016 CoNWeT Lab., Universidad Politécnica de Madrid

# This file is part of Wirecloud.

Expand All @@ -17,5 +17,5 @@
# You should have received a copy of the GNU Affero General Public License
# along with Wirecloud. If not, see <http://www.gnu.org/licenses/>.

__version_info__ = (0, 8, 3)
__version_info__ = (0, 8, 4)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 30719ef

Please sign in to comment.