Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc006fc675 | ||
| 798a949bbf | |||
| 318ae2ea06 |
@@ -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))
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.2.4"
|
||||
__version__ = "0.2.5"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user