Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Oct 1, 2023
1 parent d5918e1 commit 421597d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log

## Version 0.3.1

- Fix bug due to `PIL.Image.ANTIALIAS` deprecation

## Version 0.3.0

- Change checksum algorithm to sha256. This makes checksums in the album.yml
Expand Down
2 changes: 1 addition & 1 deletion hugophotoswipe/__version__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

VERSION = (0, 3, 0)
VERSION = (0, 3, 1)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 421597d

Please sign in to comment.