Skip to content

Commit 4387972

Browse files
committed
Bump version: 1.3.0 → 1.4.0
1 parent 8650227 commit 4387972

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# RPGMaker MV Decoder v1.3.0
1+
# RPGMaker MV Decoder v1.4.0
22

3-
[![v1.3.0 CodeQL Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/CodeQL/v1.3.0?label=v1.3.0%20CodeQL&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/codeql-analysis.yml) [![v1.3.0 Python Application Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Python%20application/v1.3.0?label=v1.3.0%20Python%20application&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-app.yml) [![v1.3.0 Pylint Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Upload%20Python%20Package/v1.3.0?label=v1.3.0%20Upload%20Python%20Package&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-publish.yml) [![Documentation status](https://img.shields.io/readthedocs/rpgmaker_mv_decoder/v1.3.0?label=v1.3.0%20Documentation&logo=readthedocs)](https://rpgmaker-mv-decoder.readthedocs.io/en/v1.3.0/)
3+
[![v1.4.0 CodeQL Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/CodeQL/v1.4.0?label=v1.4.0%20CodeQL&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/codeql-analysis.yml) [![v1.4.0 Python Application Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Python%20application/v1.4.0?label=v1.4.0%20Python%20application&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-app.yml) [![v1.4.0 Pylint Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Upload%20Python%20Package/v1.4.0?label=v1.4.0%20Upload%20Python%20Package&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-publish.yml) [![Documentation status](https://img.shields.io/readthedocs/rpgmaker_mv_decoder/v1.4.0?label=v1.4.0%20Documentation&logo=readthedocs)](https://rpgmaker-mv-decoder.readthedocs.io/en/v1.4.0/)
44
[![Latest pypi release](https://img.shields.io/pypi/v/rpgmaker_mv_decoder?label=Latest%20pypi%20release&logo=pypi&color=blue)](https://pypi.python.org/pypi/rpgmaker_mv_decoder)
55

66
This is a set of python scripts for decoding and encoding RPGMaker MV/MZ game assets.

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11

2-
RPGMaker MV Decoder v1.3.0
2+
RPGMaker MV Decoder v1.4.0
33
==========================
44

55

6-
.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/CodeQL/v1.3.0?label=v1.3.0%20CodeQL&logo=GitHub
6+
.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/CodeQL/v1.4.0?label=v1.4.0%20CodeQL&logo=GitHub
77
:target: https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/codeql-analysis.yml
8-
:alt: v1.3.0 CodeQL Status
8+
:alt: v1.4.0 CodeQL Status
99

10-
.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Python%20application/v1.3.0?label=v1.3.0%20Python%20application&logo=GitHub
10+
.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Python%20application/v1.4.0?label=v1.4.0%20Python%20application&logo=GitHub
1111
:target: https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-app.yml
12-
:alt: v1.3.0 Python Application Status
12+
:alt: v1.4.0 Python Application Status
1313

14-
.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Upload%20Python%20Package/v1.3.0?label=v1.3.0%20Upload%20Python%20Package&logo=GitHub
14+
.. image:: https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Upload%20Python%20Package/v1.4.0?label=v1.4.0%20Upload%20Python%20Package&logo=GitHub
1515
:target: https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-publish.yml
16-
:alt: v1.3.0 Pylint Status
16+
:alt: v1.4.0 Pylint Status
1717

18-
.. image:: https://img.shields.io/readthedocs/rpgmaker_mv_decoder/v1.3.0?label=v1.3.0%20Documentation&logo=readthedocs
19-
:target: https://rpgmaker-mv-decoder.readthedocs.io/en/v1.3.0/
18+
.. image:: https://img.shields.io/readthedocs/rpgmaker_mv_decoder/v1.4.0?label=v1.4.0%20Documentation&logo=readthedocs
19+
:target: https://rpgmaker-mv-decoder.readthedocs.io/en/v1.4.0/
2020
:alt: Documentation status
2121

2222

auto-py-to-exe-files/version.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VSVersionInfo(
22
ffi=FixedFileInfo(
3-
filevers=(1, 3, 0, 0),
4-
prodvers=(1, 3, 0, 0),
3+
filevers=(1, 4, 0, 0),
4+
prodvers=(1, 4, 0, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x40004,
@@ -11,12 +11,12 @@
1111
kids=[StringFileInfo([StringTable(
1212
u'040904B0',
1313
[StringStruct(u'FileDescription', u'RPGMaker MV Decoder / Encoder'),
14-
StringStruct(u'FileVersion', u'1.3.0'),
14+
StringStruct(u'FileVersion', u'1.4.0'),
1515
StringStruct(u'InternalName', u'RPGMaker MV Decoder / Encoder'),
1616
StringStruct(u'LegalCopyright', u'© 2022 Scott Atkins'),
1717
StringStruct(u'OriginalFilename', u'RPGMaker MV Decoder - Encoder.exe'),
1818
StringStruct(u'ProductName', u'RPGMaker MV Decoder / Encoder'),
19-
StringStruct(u'ProductVersion', u'1.3.0'),
19+
StringStruct(u'ProductVersion', u'1.4.0'),
2020
StringStruct(u'Language', u'Language Neutral'),
2121
StringStruct(u'LegalTrademarks', u'')])]),
2222
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])]

rpgmaker_mv_decoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
__copyright__ = "Copyright © 2021, Scott Atkins"
1818
__credits__ = ["Scott Atkins"]
1919
__license__ = "MIT"
20-
__version__ = "1.3.0"
20+
__version__ = "1.4.0"
2121
__maintainer__ = "Scott Atkins"
2222
__email__ = "Scott@kins.dev"
2323
__status__ = "Production"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55
sign_tags = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
test_suite="tests",
5252
tests_require=test_requirements,
5353
url="https://github.com/kins-dev/rpgmaker_mv_decoder",
54-
version="1.3.0",
54+
version="1.4.0",
5555
zip_safe=False,
5656
)

0 commit comments

Comments
 (0)