1
0

3 Commits 38416ba627 ... 943e76d03b

Autor SHA1 Nachricht Datum
  deadtom 943e76d03b Merge branch 'master' into development vor 3 Wochen
  DeadTOm 43d76e602a Fixed typo vor 3 Wochen
  deadtom 282a487ece Updated version number vor 3 Wochen
4 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 1 1
      ownchatbot/templates/mgmt.html
  2. 2 2
      ownchatbot/templates/userpanel.html
  3. 1 1
      pyproject.toml
  4. 1 1
      setup.py

+ 1 - 1
ownchatbot/templates/mgmt.html

@@ -706,7 +706,7 @@
         <br><br>
     </div>
     <footer>
-        Version 1.1.9<br>
+        Version 1.1.dev10 (development branch)<br>
         If you are thrilled to death with OwnchatBot, and want to throw a little monetary love DeadTOm's way, <a href=https://ko-fi.com/deadtom>he's on Ko-fi</a>.<br>
         OwnchatBot © 2025 by <a href=https://www.deadtom.me>DeadTOm</a> is licensed under <a href=https://creativecommons.org/licenses/by-sa/4.0/>Creative Commons Attribution-ShareAlike 4.0 International</a>.
     </footer>

+ 2 - 2
ownchatbot/templates/userpanel.html

@@ -117,9 +117,9 @@
         <hr>
         <h4>Other stuff</h4>
         <div>
-            Version 1.1.9<br>
+            Version 1.1.dev10 (development branch)<br>
             OwnchatBot can be downloaded from <a href=https://git.deadtom.me/deadtom/OwnchatBot>https://git.deadtom.me/deadtom/OwnchatBot</a>.<br>
-            If you are thrilled to death with OwnchatBot, and want to throw a little monetary love the DeadTOm's way, <a href=https://ko-fi.com/deadtom>he's on Ko-fi</a>.<br>
+            If you are thrilled to death with OwnchatBot, and want to throw a little monetary love DeadTOm's way, <a href=https://ko-fi.com/deadtom>he's on Ko-fi</a>.<br>
             OwnchatBot © 2025 by <a href=https://www.deadtom.me>DeadTOm</a> is licensed under <a href=https://creativecommons.org/licenses/by-sa/4.0/>Creative Commons Attribution-ShareAlike 4.0 International</a>.
         </div>
         <br><br>

+ 1 - 1
pyproject.toml

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "ownchatbot"
-version = "1.1.9"
+version = "1.1.dev10"
 authors = [
     {name = "DeadTOm", email = "deadtom@deadtom.me"},
 ]

+ 1 - 1
setup.py

@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
 
 setup(
     name='ownchatbot',
-    version='1.1.9',
+    version='1.1.dev10',
     packages=find_packages(),
     include_package_data=True,
     install_requires=[