Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
radiac committed Sep 5, 2020
1 parent 652d93c commit 0502dfd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,14 @@ jobs:
env: TOXENV=py38-django3.1 DATABASE_ENGINE=pgsql DATABASE_USER=postgres
services:
- postgresql

deploy:
provider: pypi
user: radiac
password:
secure: WuqRSaOjnXr23pa6EX6o99puXpMH2cJPDMNxytB6QROYNkgzjH1Zj3T8Ic9qwiAZwE2eJv/dSbp/u5s3GNsuEUE8BDYRUMytWhklgCsxoRf/P1e/4H1LqgCLG/5kJB3TMQb2RZVCYVcFcuXjfl3qa7InHgO5vVhTARvs8Ttm9F7vkCxWbj+5Q5pnQxxny+/SwmLGrPnwEQNCxZOLZK5+TIGywnHO9h8jlm+tRLuwJhMCfzta9iTsnvr4r5ZIa+qehTGXxGFIvLgNCvAj7yM/EEkrlbE2aG5y869BJe/x+dvcyOfNdvl6+FHa4Pu3yQ/S8bWQOMbgWpknEUwTpJS2HyZI4L5I9hPqx8ce48etrauoNrORSLffCJsWYIttnKCzzDh8PUgSxLoxcfn13TvFzC4NGTwcIgw2aT9AtxhquSjXwPrQ9FLcQi9Ci70BePoolRWcCh9xnHeEUPcJewg2H3Gb199naSHuccYvGBQCHijYrjGRcfKQmk0OwBL6U5mecGkma+RrcIctp/79GeZzm5TaJr/Wtgt1IVmP8FweVF04QkKR7mwoR0VVrVhQeQRnPWLi9y9w4G9KxB7oEGbEFVDdn/Su8gg4Wc3TS0suerfuee4FJJ9L+01QORz5/m+w4Jhrxmt3sOHC4E8IMrGm+GMZLKZcJ2AY1bSqf8nQgmQ=
skip_existing: true
on:
tags: true
distributions: sdist bdist_wheel
repo: radiac/django-powerwiki
9 changes: 8 additions & 1 deletion docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ Powerwiki Changes
Changelog
=========

0.2.1, 2020-09-05
-----------------

Changed:

* Test fixes


0.2.0, 2020-xx-xx
0.2.0, 2020-09-05
-----------------

Features:
Expand Down
2 changes: 1 addition & 1 deletion powerwiki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Django Powerwiki - Multiple wikis for Django
"""

__version__ = "0.2.0"
__version__ = "0.2.1"
__license__ = "BSD"
__author__ = "Richard Terry"
# __credits__ = []

0 comments on commit 0502dfd

Please sign in to comment.