Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-zhang-04 committed Apr 1, 2020
1 parent 6e76254 commit 8763403
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CanvasPlus/canvasplus.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'''
Luke-zhang-04
Canvas Plus v1.1.2 (/~https://github.com/Luke-zhang-04/CanvasPlus)
Canvas Plus v1.1.3 (/~https://github.com/Luke-zhang-04/CanvasPlus)
Copyright (C) 2020 Luke-zhang-04
This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -362,7 +362,7 @@ def _test():
#create an entry and set it's default value
content = StringVar()
canvas.create_entry(0, 0, anchor = "nw", textvariable = content, fg = "blue", bg = "gold")
content.set("This is CanvasPlus v1.1.2")
content.set("This is CanvasPlus v1.1.3")

#create button to print the value in the previously cretaed entry
canvas.create_button(
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Canvas Plus #
## V1.1.2 ##
## V1.1.3 ##
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![PyPI version shields.io](https://img.shields.io/pypi/v/CanvasPlus.svg)](https://pypi.python.org/pypi/CanvasPlus/)
[![GitHub release](https://img.shields.io/github/release/Luke-zhang-04/CanvasPlus)](https://GitHub.com/Luke-zhang-04/CanvasPlus/releases/)
Expand Down Expand Up @@ -64,7 +64,7 @@ canvas.rotate(rect, 150, 600, math.pi/4)
#create an entry and set it's default value
content = StringVar()
canvas.create_entry(0, 0, anchor = "nw", textvariable = content, fg = "blue", bg = "gold")
content.set("This is CanvasPlus v1.1.2")
content.set("This is CanvasPlus v1.1.3")

#create button to print the value in the previously cretaed entry
canvas.create_button(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="CanvasPlus",
version="1.1.2",
version="1.1.3",
author="Luke Zhang",
author_email="luke.zhang2004@gmail.com",
description="Improved Canvas widget for tkinter with more functionality to display graphical elements like lines or text. ",
Expand Down

0 comments on commit 8763403

Please sign in to comment.