We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a0443 commit ea812ceCopy full SHA for ea812ce
src/wirecloud/platform/__init__.py
@@ -18,4 +18,4 @@
18
# along with Wirecloud. If not, see <http://www.gnu.org/licenses/>.
19
20
__version_info__ = (1, 1, 0)
21
-__version__ = '.'.join(map(str, __version_info__)) + 'rc1'
+__version__ = '.'.join(map(str, __version_info__))
0 commit comments