Skip to content

Commit 663839b

Browse files
committed
Update to v 2.1.0
1 parent fcf7a8f commit 663839b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.1.0
33

44
[bumpversion:file:setup.py]
55

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Nothing needed.
5252
Release History
5353
---------------
5454

55+
* 2.1.0
56+
* Add all the characters in the function ``draw_string``
5557
* 2.0.0
5658
* Add tkinter support
5759
* Change the way to show the screen
@@ -98,9 +100,7 @@ Compatibility Notes
98100

99101
Some behaviors aren't respected:
100102

101-
- The function ``draw_string`` can't print all the characters and doesn't support the sizes ``small`` and ``large``.
102-
Will be implemented soon.
103103
- Only one calculator implemented: **casio graph 90+e**.
104104

105105

106-
v 2.0.0 - Uniwix
106+
v 2.1.0 - Uniwix

casioplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
from .casioplot import show_screen, set_pixel, draw_string, get_pixel, clear_screen, casioplot_settings
77

8-
__version__ = "2.0.0"
8+
__version__ = "2.1.0"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'uniwix'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.0.0'
25+
release = '2.1.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This call to setup() does all the work
1111
setup(
1212
name='casioplot',
13-
version='2.0.0',
13+
version='2.1.0',
1414
author='uniwix',
1515
author_email='[email protected]',
1616
description='This module allows to use casioplot module on a computer.',

0 commit comments

Comments
 (0)