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

Commit

Permalink
version bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmann committed May 18, 2017
1 parent 364f34e commit 42e6c09
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions Changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<html>
<body>
<p>
<h1>Version 1.2.1</h1>
<p>
<h2>New Features:</h2>
<ul>
<li>pytsonui.setupUi will now center obj to its parent (if it has one)</li>
</ul>
</p>
<p>
<h2>Bugfixes:</h2>
<ul>
<li>Fixed bundling of files (settings are accessible again)</li>
<li>Some small bugfixes</li>
</ul>
</p>
</p>

<p>
<h1>Version 1.2.0</h1>
<p>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.2.0
1.2.1
#YOU SHOULD NOT CHANGE THE CONTENT OF THIS FILE
2 changes: 1 addition & 1 deletion ressources/python/pytson.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def getVersion():
@return: the version as string
@rtype: str
"""
return "1.2.0"
return "1.2.1"


def getCurrentApiVersion():
Expand Down
2 changes: 1 addition & 1 deletion tools/bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
Name = pyTSon
Type = Plugin
Author = Thomas \\"PLuS\\" Pathmann
Version = 1.2.0
Version = 1.2.1
Platforms = %s
Description = "pyTSon - A python plugin to enhance the TS3 client with python\
scripts"
Expand Down

0 comments on commit 42e6c09

Please sign in to comment.