Skip to content

Commit 38c229e

Browse files
committed
Release v3.0.0
1 parent 592b852 commit 38c229e

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
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.2.1
2+
current_version = 3.0.0
33

44
[bumpversion:file:README.rst]
55

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v3.0.0
2+
3+
## What's Changed
4+
5+
* Changing the window management by @uniwix in https://github.com/uniwix/casioplot/pull/20
6+
* Changing the settings management by @miguelTorrinhaPereira in https://github.com/uniwix/casioplot/issues/15
7+
and https://github.com/uniwix/casioplot/issues/18
8+
9+
**Full Changelog**: https://github.com/uniwix/casioplot/compare/v2.2.1...v3.0.0
10+
111
# v2.2.1
212

313
## What's Changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ Contributing
103103
5. Create a new Pull Request
104104

105105

106-
v 2.2.1 - Uniwix
106+
v 3.0.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
77

8-
__version__ = "2.2.1"
8+
__version__ = "3.0.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.2.1'
25+
release = '3.0.0'
2626

2727

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "casioplot"
11-
version = "2.2.1"
11+
version = "3.0.0"
1212
description = "Use casioplot module on a computer"
1313
readme = "README.rst"
1414
authors = [

0 commit comments

Comments
 (0)