We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878eb4a commit a849b9eCopy full SHA for a849b9e
2 files changed
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__ = (6, 4, 4)
+__version_info__ = (6, 4, 5)
21
__version__ = '.'.join(map(str, __version_info__))
22
23
FIWARE_LAB_PORTALS = (
src/wirecloud/platform/__init__.py
-__version_info__ = (1, 1, 3)
+__version_info__ = (1, 1, 4)
__application_mashup_version_info__ = (2, 2)
__application_mashup_version__ = '.'.join(map(str, __application_mashup_version_info__))
0 commit comments