Skip to content

Commit

Permalink
release: Bump version 0.1.0 -> 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed May 28, 2023
1 parent 0ac8bfd commit b185dbc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,25 @@
Change logs
===========

v0.1.1
======

:date: 2023-05-29 JST

Misc
----

* Fix classifier
* Fix README

v0.1.0
======

:date: 2023-05-29 JST

Initial commit.

Features
--------

* Collect articles included ``og-article`` directive and generate feed file.
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.1.0
current_version = 0.1.1
commit = True
tag = False
message = release: Bump version {current_version} -> {new_version}
Expand Down
2 changes: 1 addition & 1 deletion src/atsphinx/feed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from . import processors

__version__ = "0.1.0"
__version__ = "0.1.1"


def validate_config(app: Sphinx, config: Config):
Expand Down

0 comments on commit b185dbc

Please sign in to comment.