Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Commit 42e6c09

Browse files
author
pathmann
committed
version bump to 1.2.1
1 parent 364f34e commit 42e6c09

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

Changelog.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
<html>
22
<body>
3+
<p>
4+
<h1>Version 1.2.1</h1>
5+
<p>
6+
<h2>New Features:</h2>
7+
<ul>
8+
<li>pytsonui.setupUi will now center obj to its parent (if it has one)</li>
9+
</ul>
10+
</p>
11+
<p>
12+
<h2>Bugfixes:</h2>
13+
<ul>
14+
<li>Fixed bundling of files (settings are accessible again)</li>
15+
<li>Some small bugfixes</li>
16+
</ul>
17+
</p>
18+
</p>
19+
320
<p>
421
<h1>Version 1.2.0</h1>
522
<p>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.2.0
1+
1.2.1
22
#YOU SHOULD NOT CHANGE THE CONTENT OF THIS FILE

ressources/python/pytson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def getVersion():
128128
@return: the version as string
129129
@rtype: str
130130
"""
131-
return "1.2.0"
131+
return "1.2.1"
132132

133133

134134
def getCurrentApiVersion():

tools/bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
Name = pyTSon
147147
Type = Plugin
148148
Author = Thomas \\"PLuS\\" Pathmann
149-
Version = 1.2.0
149+
Version = 1.2.1
150150
Platforms = %s
151151
Description = "pyTSon - A python plugin to enhance the TS3 client with python\
152152
scripts"

0 commit comments

Comments
 (0)