Skip to content

Commit

Permalink
Release 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Aug 29, 2019
1 parent 1e7d614 commit 06ccbed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/releases.md
Expand Up @@ -17,6 +17,7 @@ Releases

```
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload -r testpypi dist/*
```

5) Check https://test.pypi.org/project/rdmo/.
Expand Down
2 changes: 1 addition & 1 deletion rdmo/__init__.py
@@ -1,5 +1,5 @@
__title__ = 'rdmo'
__version__ = '0.14.5'
__version__ = '0.14.6'
__author__ = 'Jochen Klar'
__email__ = 'jklar@aip.de'
__license__ = 'Apache-2.0'
Expand Down

0 comments on commit 06ccbed

Please sign in to comment.