Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-zhang-04 committed May 8, 2020
1 parent ca3cbfe commit 3f8c02c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CanvasPlus/canvasplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from templates import Template
from assets import WidgetWindows, AsyncTransformations, Transformations

_canvasPlusVersion = "v1.3.2"
_canvasPlusVersion = "v1.4.0"

print("This is CanvasPlus %s" % _canvasPlusVersion)

Expand Down
2 changes: 1 addition & 1 deletion CanvasPlus/pythonBelow35.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from templates import Template
from pythonBelow35Assets import WidgetWindows, AsyncTransformations, Transformations

_canvasPlusVersion = "v1.3.2"
_canvasPlusVersion = "v1.4.0"

print("This is CanvasPlus %s for Python versions below 3.5" % _canvasPlusVersion)

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<div align="center"><img src="assets/logo.png" /></div>
<div align="center"><img alt="logo" src="assets/logo.png" /></div>

## V1.3.2 ##
<p align="center">
<a href="https://www.python.org/"><img alt="forthebadge made-with-python" src="http://ForTheBadge.com/images/badges/made-with-python.svg"/></a><br/>
<a href="https://GitHub.com/Luke-zhang-04/CanvasPlus/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/Luke-zhang-04/CanvasPlus?logo=GitHub"/></a>
Expand Down Expand Up @@ -111,4 +110,4 @@ canvas.update()
canvas.mainloop()
```

![Screen Shot 2020-04-12 at 4 40 53 PM](https://user-images.githubusercontent.com/55749227/79079310-60fc0580-7cdc-11ea-9452-ab0d625fb549.png)
![demo](assets/demo.png)
Binary file added assets/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.3.2",
version="1.4.0",
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 3f8c02c

Please sign in to comment.