kopia lustrzana https://github.com/Yakifo/amqtt
change version numbers for release of 0.11.2
rodzic
7f30c631a4
commit
5548897b3f
|
@ -0,0 +1,7 @@
|
|||
docs/**
|
||||
docs_test/**
|
||||
docs_web/**
|
||||
tests/**
|
||||
htmlcov/**
|
||||
cache/**
|
||||
dist/**
|
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
# Image name and tag
|
||||
IMAGE_NAME := amqtt
|
||||
IMAGE_TAG := latest
|
||||
VERSION_TAG := 0.11.1
|
||||
VERSION_TAG := 0.11.2
|
||||
REGISTRY := amqtt/$(IMAGE_NAME)
|
||||
|
||||
# Platforms to build for
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
"""INIT."""
|
||||
|
||||
__version__ = "0.11.1"
|
||||
__version__ = "0.11.2"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "amqttio",
|
||||
"private": true,
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
@ -20,7 +20,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.13"
|
||||
]
|
||||
|
||||
version = "0.11.1"
|
||||
version = "0.11.2"
|
||||
requires-python = ">=3.10.0"
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
|
|
Ładowanie…
Reference in New Issue