Skip to content

Commit

Permalink
Bump WireCloud versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Jun 25, 2018
1 parent efd80a9 commit b30738e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wirecloud/fiware/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# 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__ = (6, 4, 3)
__version_info__ = (6, 4, 4)
__version__ = '.'.join(map(str, __version_info__))

FIWARE_LAB_PORTALS = (
Expand Down
2 changes: 1 addition & 1 deletion src/wirecloud/platform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# 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__ = (1, 1, 2)
__version_info__ = (1, 1, 3)
__version__ = '.'.join(map(str, __version_info__))
__application_mashup_version_info__ = (2, 2)
__application_mashup_version__ = '.'.join(map(str, __application_mashup_version_info__))

0 comments on commit b30738e

Please sign in to comment.