Skip to content

Commit

Permalink
Release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed Sep 20, 2018
1 parent 3846a45 commit 8840c92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/50-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ python3 setup.py develop


```
VERSION=0.0.3
VERSION=0.0.4
```

```
Expand All @@ -64,7 +64,7 @@ git commit -av -m "Release v$VERSION"


```
git tag -u D14A1F16 -m "Version $VERSION" v$VERSION
git tag -s -m "Version $VERSION" v$VERSION
```

```
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

setup(
name = 'pretix-invoice-net',
version = '0.0.3',
version = '0.0.4',
description = 'Pretix invoice renderer plugin for NETWAYS',
long_description = long_description,
url = 'https://github.com/NETWAYS/pretix-invoice-net',
download_url = 'https://github.com/NETWAYS/pretix-invoice-net/archive/v0.0.3.tar.gz',
download_url = 'https://github.com/NETWAYS/pretix-invoice-net/archive/v0.0.4.tar.gz',
keywords = [ 'pretix', 'tickets', 'events', 'invoice', 'pdf' ],
author = 'NETWAYS GmbH',
author_email = '[email protected]',
Expand Down

0 comments on commit 8840c92

Please sign in to comment.