Explorar el Código

Internal version bump

Kumi hace 11 meses
padre
commit
04662fc1f3
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4 0
      CHANGELOG.md
  2. 1 1
      pyproject.toml

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+### 0.3.2 (in the works)
+
+* Removed key upload from room event handler
+
 ### 0.3.1 (2023-12-07)
 
 * Fixed issue in newroom task causing it to be called over and over again

+ 1 - 1
pyproject.toml

@@ -7,7 +7,7 @@ allow-direct-references = true
 
 [project]
 name = "matrix-gptbot"
-version = "0.3.1"
+version = "0.3.2-dev0"
 
 authors = [
   { name="Kumi Mitterer", email="gptbot@kumi.email" },