Release 3.2
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM python:3.10-alpine
|
FROM python:3.10-alpine
|
||||||
|
|
||||||
ARG STACOSYS_VERSION=3.1
|
ARG STACOSYS_VERSION=3.2
|
||||||
ARG STACOSYS_FILENAME=stacosys-${STACOSYS_VERSION}-py3-none-any.whl
|
ARG STACOSYS_FILENAME=stacosys-${STACOSYS_VERSION}-py3-none-any.whl
|
||||||
|
|
||||||
RUN apk update && apk add bash && apk add wget
|
RUN apk update && apk add bash && apk add wget
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "stacosys"
|
name = "stacosys"
|
||||||
version = "3.1"
|
version = "3.2"
|
||||||
description = "STAtic COmmenting SYStem"
|
description = "STAtic COmmenting SYStem"
|
||||||
authors = ["Yax"]
|
authors = ["Yax"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "2.0"
|
__version__ = "3.2"
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ from stacosys import __version__
|
|||||||
|
|
||||||
class StacosysTestCase(unittest.TestCase):
|
class StacosysTestCase(unittest.TestCase):
|
||||||
def test_version(self):
|
def test_version(self):
|
||||||
self.assertEqual("2.0", __version__)
|
self.assertEqual("3.2", __version__)
|
||||||
|
|||||||
Reference in New Issue
Block a user