Skip to content

Commit

Permalink
chore(release): 0.7.26
Browse files Browse the repository at this point in the history
## [0.7.26](v0.7.25...v0.7.26) (2022-05-16)

### Bug Fixes

* deploy updated package on merge ([8ff1f84](8ff1f84))
  • Loading branch information
semantic-release-bot committed May 16, 2022
1 parent 8ff1f84 commit 8987395
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.7.26](https://github.com/mathy/mathy_pydoc/compare/v0.7.25...v0.7.26) (2022-05-16)


### Bug Fixes

* deploy updated package on merge ([8ff1f84](https://github.com/mathy/mathy_pydoc/commit/8ff1f8463eafe6d1effe5e4a06507678e15b4627))

## [0.7.25](https://github.com/mathy/mathy_pydoc/compare/v0.7.24...v0.7.25) (2022-05-16)


Expand Down
2 changes: 1 addition & 1 deletion mathy_pydoc/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "mathy_pydoc"
__version__ = "0.7.25"
__version__ = "0.7.26"
__summary__ = "Minimal python API documentation generation for https://mathy.ai"
__uri__ = "https://github.com/mathy/mathy_pydoc"
__author__ = "Justin DuJardin"
Expand Down

0 comments on commit 8987395

Please sign in to comment.