From 7101427f385bb037fb7457019ad72cfa79d0bb51 Mon Sep 17 00:00:00 2001 From: Sergey Klyuykov Date: Tue, 26 Dec 2017 10:09:47 +1000 Subject: [PATCH] Version up 0.1.2 -> 0.1.3 --- .gitlab-ci.yml | 4 ++++ doc/quickstart.rst | 2 ++ polemarch/__init__.py | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf6a466f..c6864401 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -221,3 +221,7 @@ release_pypi: - twine upload -u ${PYPI_UPLOAD_NAME} -p ${PYPI_UPLOAD_PASSWORD} dist/*.tar.gz allow_failure: true when: manual + artifacts: + name: "release-rpm-${CI_BUILD_REF_NAME}.${CI_BUILD_ID}" + paths: + - dist/ diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 226d3679..56f990d5 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -80,6 +80,8 @@ To load the saved data, use: sudo -u polemarch /opt/polemarch/bin/polemarchctl loaddata /home/polemarch/backup.json +But more faster backup is SQL backup and projects dir. We strongly recommended this manual backup in production. + Update ------ diff --git a/polemarch/__init__.py b/polemarch/__init__.py index 3313dab6..f1f4426a 100644 --- a/polemarch/__init__.py +++ b/polemarch/__init__.py @@ -1,6 +1,6 @@ from .environment import prepare_environment -__version__ = "0.1.2" +__version__ = "0.1.3" def _main(**kwargs): # pylint: disable=unused-variable