Skip to content

Commit

Permalink
Version up 0.1.2 -> 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
onegreyonewhite committed Dec 26, 2017
1 parent 9da112d commit 7101427
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 2 additions & 0 deletions doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down
2 changes: 1 addition & 1 deletion polemarch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .environment import prepare_environment

__version__ = "0.1.2"
__version__ = "0.1.3"

def _main(**kwargs):
# pylint: disable=unused-variable
Expand Down

0 comments on commit 7101427

Please sign in to comment.