Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf008e7f9b | ||
| bf59490a32 |
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
<!--next-version-placeholder-->
|
<!--next-version-placeholder-->
|
||||||
|
|
||||||
|
## v0.2.2 (2022-02-24)
|
||||||
|
### Fix
|
||||||
|
* Test fixed asset upload ([`bf59490`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/bf59490a32cc9c0aa7e1c6257ab763551a0a5e5f))
|
||||||
|
|
||||||
## v0.2.1 (2022-02-23)
|
## v0.2.1 (2022-02-23)
|
||||||
### Fix
|
### Fix
|
||||||
* Versioning ([`5eb6a99`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/5eb6a99114867ee4ff72523922a13dc847b75196))
|
* Versioning ([`5eb6a99`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/5eb6a99114867ee4ff72523922a13dc847b75196))
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.2.1"
|
__version__ = "0.2.2"
|
||||||
6
poetry.lock
generated
6
poetry.lock
generated
@@ -364,7 +364,7 @@ yaml = ["PyYaml (>=5.2)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "python-semantic-release"
|
name = "python-semantic-release"
|
||||||
version = "7.25.0"
|
version = "7.25.1"
|
||||||
description = "Automatic Semantic Versioning for Python projects"
|
description = "Automatic Semantic Versioning for Python projects"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
@@ -841,8 +841,8 @@ python-gitlab = [
|
|||||||
{file = "python_gitlab-2.10.1-py3-none-any.whl", hash = "sha256:581a219759515513ea9399e936ed7137437cfb681f52d2641626685c492c999d"},
|
{file = "python_gitlab-2.10.1-py3-none-any.whl", hash = "sha256:581a219759515513ea9399e936ed7137437cfb681f52d2641626685c492c999d"},
|
||||||
]
|
]
|
||||||
python-semantic-release = [
|
python-semantic-release = [
|
||||||
{file = "python-semantic-release-7.25.0.tar.gz", hash = "sha256:12cee174e0a5552772b69c243f028a3a97d33d3b56a9ff281570e2afdcf937b3"},
|
{file = "python-semantic-release-7.25.1.tar.gz", hash = "sha256:d786a0d45de363fc28b2ee19cc2f9f618ba5291c90eeff896e56dd652432129e"},
|
||||||
{file = "python_semantic_release-7.25.0-py3-none-any.whl", hash = "sha256:ed1a74fb7bd6bf9d9e3d1d2da6b5288ee910fe805e68b97f67b49ea3cc1717b8"},
|
{file = "python_semantic_release-7.25.1-py3-none-any.whl", hash = "sha256:79626f689a8bda1d08aa5e526cf2bed8d7507b7b3d8f7d7225c7567c664dca6a"},
|
||||||
]
|
]
|
||||||
pywin32-ctypes = [
|
pywin32-ctypes = [
|
||||||
{file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"},
|
{file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"},
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "cic-utils"
|
name = "cic-utils"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["William Luke <williamluke4@gmail.com>"]
|
authors = ["William Luke <williamluke4@gmail.com>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
@@ -13,7 +13,7 @@ python = "^3.7"
|
|||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
pytest = "6.2.5"
|
pytest = "6.2.5"
|
||||||
pytest-cov = "2.10.1"
|
pytest-cov = "2.10.1"
|
||||||
python-semantic-release = "^7.25.0"
|
python-semantic-release = "^7.25.1"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|||||||
Reference in New Issue
Block a user