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 4, 2023
1 parent 5da543d commit 4ef8ec8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Change logs
===========

v0.1.1
======

:date: 2023-05-05 (JST)

Fixes
-----

* Set correct classifies for PyPI.
* Fix workflow to upload package into GitHub.

v0.1.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.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/footnotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from docutils import nodes
from sphinx.application import Sphinx

__version__ = "0.1.0"
__version__ = "0.1.1"


def collect_footnotes(app: Sphinx, doctree: nodes.document):
Expand Down

0 comments on commit 4ef8ec8

Please sign in to comment.