Skip to content

Commit

Permalink
Update version to 1.6.0
Browse files Browse the repository at this point in the history
- Add compatability for Python 3
  • Loading branch information
mlburgos authored and sp3nx0r committed Oct 19, 2021
1 parent 90c1280 commit 8a32f28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
snudown (1.6.0) unstable; urgency=medium
* add support for Python 3

-- Monica Burgos <[email protected]> Thurs, 03 Oct 2019 13:42:45 -0800

snudown (1.5.0) unstable; urgency=medium
* add blockspoiler support
* add inline spoiler support
Expand Down
2 changes: 1 addition & 1 deletion snudown.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "html.h"
#include "autolink.h"

#define SNUDOWN_VERSION "1.5.0"
#define SNUDOWN_VERSION "1.6.0"

enum snudown_renderer_mode {
RENDERER_USERTEXT = 0,
Expand Down

0 comments on commit 8a32f28

Please sign in to comment.