3 Commits

Author SHA1 Message Date
semantic-release
dc006fc675 0.2.5
All checks were successful
continuous-integration/drone/push Build is passing
Automatically generated by python-semantic-release
2022-02-25 07:29:17 +00:00
798a949bbf fix: bump
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-25 10:28:24 +03:00
318ae2ea06 fix : remove repo url
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-25 10:26:04 +03:00
3 changed files with 6 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## v0.2.5 (2022-02-25)
### Fix
* Bump ([`798a949`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/798a949bbffee3cdfc41fb897d84e488af0fa636))
## v0.2.4 (2022-02-25)
### Fix
* Test pypi publish ([`dbff716`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/dbff716cdbb15e2c59a750e726c22ec59eb57780))

View File

@@ -1 +1 @@
__version__ = "0.2.4"
__version__ = "0.2.5"

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "cic-utils"
version = "0.2.4"
version = "0.2.5"
description = ""
authors = ["William Luke <williamluke4@gmail.com>"]
license = "GPL-3.0-or-later"
@@ -32,7 +32,6 @@ version_source = "commit"
branch = "main"
upload_to_repository=true
upload_to_release = true
repository_url = "https://git.grassecon.net/grassrootseconomics/cic-utils"
build_command = "pip install poetry && poetry build"
hvcs="gitea"
hvcs_domain = "git.grassecon.net"