Skip to content

Commit

Permalink
prepare 1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
schemen committed Jun 7, 2021
1 parent 957f6fe commit 36347da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog


## 1.0.3 (2021-03-18)

### Fixes

* Update Django dependency due to CVEs

## 1.0.1 (2021-03-18)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion paperminis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.0.1'
__version__ = '1.0.3'
VERSION = __version__ # synonym

0 comments on commit 36347da

Please sign in to comment.