Skip to content

Commit bbbee76

Browse files
committed
Bump WireCloud versions
1 parent ccd6f08 commit bbbee76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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__ = (5, 4, 1)
20+
__version_info__ = (5, 4, 2)
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,5 +17,5 @@
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, 0, 1)
20+
__version_info__ = (1, 0, 2)
2121
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)