Skip to content

Commit

Permalink
bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed May 18, 2024
1 parent b553fe6 commit cdaccfa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
NEXT
====
- Drop support ofr Python <3.6
0.4.0
=====
- Drop support for Python <3.6
- Switch to github actions for CI
- Reformat entire project with `black` and add `pre-commit`
- Add `assume_markdown` config option

0.3.5
=====
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2018 James Brown <Roguelazer@gmail.com>
Copyright (c) 2015-2024 James Brown <roguelazer@roguelazer.com>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

setup(
name="muttdown",
version="0.3.5",
version="0.4.0",
author="James Brown",
author_email="Roguelazer@gmail.com",
author_email="roguelazer@roguelazer.com",
url="https://github.com/Roguelazer/muttdown",
license="ISC",
packages=find_packages(exclude=["tests"]),
Expand Down

0 comments on commit cdaccfa

Please sign in to comment.