Skip to content

Commit

Permalink
release: 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
metaist committed Jun 5, 2023
1 parent 882c44a commit acae6de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ These are changes that are on `main` that are not yet in `prod`.

---

[0.1.5]: https://github.com/metaist/attrbox/compare/0.1.4...0.1.5

## [0.1.5] - 2023-06-05T11:32:56Z

Turns out the problem was that I forgot to update the version number in `__init__.py`. The GitHub action is tied to publishing a new release not a push on `prod`.

---

[0.1.4]: https://github.com/metaist/attrbox/compare/0.1.3...0.1.4

## [0.1.4] - 2023-06-05T11:25:13Z
Expand Down
2 changes: 1 addition & 1 deletion src/attrbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .config import parse_docopt


__version__ = "0.1.2"
__version__ = "0.1.5"
__all__ = (
"__version__",
"AttrDict",
Expand Down

0 comments on commit acae6de

Please sign in to comment.