Skip to content

Commit

Permalink
1.11.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 25, 2024
1 parent b43783d commit f5568d9
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,6 +1,13 @@
# CHANGELOG


## v1.11.1 (2024-10-25)

### Bug Fixes

* fix: Include py.typed when installing. ([`b43783d`](https://github.com/andrewjw/i75/commit/b43783d5ad1cb59c00af26f968ff4dd9b7c2a53e))


## v1.11.0 (2024-10-24)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion i75/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1.11.0"
__version__ = "1.11.1"

import picographics
if hasattr(picographics, "DisplayType"):
Expand Down

0 comments on commit f5568d9

Please sign in to comment.