Skip to content

Commit

Permalink
release: Bump version 0.3.0 -> 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 26, 2023
1 parent 021f232 commit d591b66
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Change logs
===========

v0.3.1
======

:date: 2023-03-27 (JST)

Bug fix for type behavior

Fixes
-----

* If API response includes un-excepted optionals, Pack ``_extra``

Misc
----

* Change internal code (delegate discovery)
* Add apidoc into documentation

v0.3.0
======

Expand Down
2 changes: 1 addition & 1 deletion oembedpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""oEmbed client for Python."""

__version__ = "0.3.0"
__version__ = "0.3.1"
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.3.0
current_version = 0.3.1
commit = True
tag = False
message = release: Bump version {current_version} -> {new_version}
Expand Down

0 comments on commit d591b66

Please sign in to comment.