Skip to content

Commit

Permalink
release: Bump version 0.2.0 -> 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed May 12, 2023
1 parent 6e19e9f commit 5e98d9b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Change logs
===========

v0.2.1
======

:date: 2023-05-13 (JST)

Fixes
-----

* Render str type content into html (fix from bytes content)

v0.2.0
======

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
tag = False
message = release: Bump version {current_version} -> {new_version}
Expand Down
2 changes: 1 addition & 1 deletion src/atsphinx/og_article/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from . import models, processors

__version__ = "0.2.0"
__version__ = "0.2.1"


def skip_node(self, node: models.og_article):
Expand Down

0 comments on commit 5e98d9b

Please sign in to comment.