Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Sep 8, 2023
1 parent 1d181fc commit 94e2c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autodoc_traits.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# __version__ should be updated using tbump, based on configuration in
# pyproject.toml, according to instructions in RELEASE.md.
#
__version__ = "1.2.0.dev"
__version__ = "1.2.0"


class ConfigurableDocumenter(ClassDocumenter):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ addopts = "--verbose --color=yes --durations=10 --ignore=tests/docs/sample_modul
# ref: https://github.com/your-tools/tbump#readme
#
[tool.tbump.version]
current = "1.2.0.dev"
current = "1.2.0"

# Example of a pep440 regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit 94e2c2c

Please sign in to comment.