Skip to content
Snippets Groups Projects
Commit 02b5a35e authored by Vincent Texier's avatar Vincent Texier
Browse files

0.1.6

parent f41e2bb7
No related branches found
No related tags found
1 merge request!2Fix missing mo in gitlab ci/cd pypi publish
Pipeline #14075 canceled
......@@ -8,7 +8,7 @@ stages:
variables:
DOCKER_IMAGE: "registry.duniter.org/docker/python3/tikka-builder"
CICD_OS_TAG: "ubuntu-18.04"
TIKKA_VERSION: "0.1.5"
TIKKA_VERSION: "0.1.6"
UBUNTU_1804_AMD64_BINARY: "tikka-${TIKKA_VERSION}-ubuntu-18-04-amd64.zip"
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/release/${TIKKA_VERSION}"
......
[tool.poetry]
name = "tikka"
version = "0.1.5"
version = "0.1.6"
description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts"
authors = ["Vincent Texier <vit@free.fr>"]
include = ["tikka/locales/*/LC_MESSAGES/*.mo"]
......
......@@ -13,4 +13,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = "0.1.5"
__version__ = "0.1.6"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment