Skip to content

Commit a849b9e

Browse files
committed
Bump WireCloud versions
1 parent 878eb4a commit a849b9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/wirecloud/fiware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# You should have received a copy of the GNU Affero General Public License
1818
# along with Wirecloud. If not, see <http://www.gnu.org/licenses/>.
1919

20-
__version_info__ = (6, 4, 4)
20+
__version_info__ = (6, 4, 5)
2121
__version__ = '.'.join(map(str, __version_info__))
2222

2323
FIWARE_LAB_PORTALS = (

src/wirecloud/platform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# You should have received a copy of the GNU Affero General Public License
1818
# along with Wirecloud. If not, see <http://www.gnu.org/licenses/>.
1919

20-
__version_info__ = (1, 1, 3)
20+
__version_info__ = (1, 1, 4)
2121
__version__ = '.'.join(map(str, __version_info__))
2222
__application_mashup_version_info__ = (2, 2)
2323
__application_mashup_version__ = '.'.join(map(str, __application_mashup_version_info__))

0 commit comments

Comments
 (0)