Skip to content
Snippets Groups Projects
Commit 61774c49 authored by nimrod's avatar nimrod
Browse files

Replace bumpversion with bump2version.

It's pretty much an in-place replacement but bumpversion is not
maintained anymore and bump2version is.
parent befec59b
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ verify_ssl = true ...@@ -5,7 +5,7 @@ verify_ssl = true
[dev-packages] [dev-packages]
pre-commit = "*" pre-commit = "*"
bumpversion = {version = "*",markers = "python_version >= '3.6'"} bump2version = {version = "*",markers = "python_version >= '3.6'"}
twine = "*" twine = "*"
template = {editable = true,path = "."} template = {editable = true,path = "."}
pytest = "*" pytest = "*"
......
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "421f66614cac0e4a683865046a25ea8c50879b524bb96effc1234c45c9e7829c" "sha256": "b205194a7b41375aa52bf0f496c5a4fffa16a8cea2d4abfeb7a490dec8105188"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": {}, "requires": {},
...@@ -44,17 +44,9 @@ ...@@ -44,17 +44,9 @@
"sha256:37f927ea17cde7ae2d7baf832f8e80ce3777624554a653006c9144f8017fe410", "sha256:37f927ea17cde7ae2d7baf832f8e80ce3777624554a653006c9144f8017fe410",
"sha256:762cb2bfad61f4ec8e2bdf452c7c267416f8c70dd9ecb1653fd0bbb01fa936e6" "sha256:762cb2bfad61f4ec8e2bdf452c7c267416f8c70dd9ecb1653fd0bbb01fa936e6"
], ],
"markers": "python_version >= '3.5'",
"version": "==1.0.1"
},
"bumpversion": {
"hashes": [
"sha256:4ba55e4080d373f80177b4dabef146c07ce73c7d1377aabf9d3c3ae1f94584a6",
"sha256:4eb3267a38194d09f048a2179980bb4803701969bff2c85fa8f6d1ce050be15e"
],
"index": "pypi", "index": "pypi",
"markers": "python_version >= '3.6'", "markers": "python_version >= '3.6'",
"version": "==0.6.0" "version": "==1.0.1"
}, },
"certifi": { "certifi": {
"hashes": [ "hashes": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment