change version numbers for release of 0.11.2

pull/266/head
Andrew Mirsky 2025-07-09 12:27:22 -04:00
rodzic 7f30c631a4
commit 5548897b3f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A98E67635CDF2C39
5 zmienionych plików z 11 dodań i 4 usunięć

7
.dockerignore 100644
Wyświetl plik

@ -0,0 +1,7 @@
docs/**
docs_test/**
docs_web/**
tests/**
htmlcov/**
cache/**
dist/**

Wyświetl plik

@ -1,7 +1,7 @@
# Image name and tag # Image name and tag
IMAGE_NAME := amqtt IMAGE_NAME := amqtt
IMAGE_TAG := latest IMAGE_TAG := latest
VERSION_TAG := 0.11.1 VERSION_TAG := 0.11.2
REGISTRY := amqtt/$(IMAGE_NAME) REGISTRY := amqtt/$(IMAGE_NAME)
# Platforms to build for # Platforms to build for

Wyświetl plik

@ -1,3 +1,3 @@
"""INIT.""" """INIT."""
__version__ = "0.11.1" __version__ = "0.11.2"

Wyświetl plik

@ -1,7 +1,7 @@
{ {
"name": "amqttio", "name": "amqttio",
"private": true, "private": true,
"version": "0.11.0", "version": "0.11.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

Wyświetl plik

@ -20,7 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.13" "Programming Language :: Python :: 3.13"
] ]
version = "0.11.1" version = "0.11.2"
requires-python = ">=3.10.0" requires-python = ">=3.10.0"
readme = "README.md" readme = "README.md"
license = { text = "MIT" } license = { text = "MIT" }