We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd6f08 commit bbbee76Copy full SHA for bbbee76
src/wirecloud/fiware/__init__.py
@@ -17,7 +17,7 @@
17
# You should have received a copy of the GNU Affero General Public License
18
# along with Wirecloud. If not, see <http://www.gnu.org/licenses/>.
19
20
-__version_info__ = (5, 4, 1)
+__version_info__ = (5, 4, 2)
21
__version__ = '.'.join(map(str, __version_info__))
22
23
FIWARE_LAB_PORTALS = (
src/wirecloud/platform/__init__.py
@@ -17,5 +17,5 @@
-__version_info__ = (1, 0, 1)
+__version_info__ = (1, 0, 2)
0 commit comments