Skip to content

Commit

Permalink
Preparing release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Aug 7, 2023
1 parent cce9953 commit 15148ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
-------

0.8.1 (unreleased)
0.9.0 (2023-08-07)
==================

- New `-c` (`--config`) option for `convert` command, allows to specify the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import unittest
import sys

version = "0.8.1.dev0"
version = "0.9.0"

with open("CHANGES.rst") as chlogf, open("README.rst", encoding="utf-8") as rdmef:
long_description = chlogf.read() + "\n\n" + rdmef.read()
Expand Down

0 comments on commit 15148ab

Please sign in to comment.