{"id":41368779,"url":"https://github.com/hkiang01/version-upper","last_synced_at":"2026-01-23T08:54:03.865Z","repository":{"id":62587310,"uuid":"281043560","full_name":"hkiang01/version-upper","owner":"hkiang01","description":"Update version strings in your repo using semantic versions and commit hashes","archived":false,"fork":false,"pushed_at":"2020-10-02T16:04:07.000Z","size":5243,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-28T13:00:23.195Z","etag":null,"topics":["ci","continuous-delivery","continuous-deployment","continuous-integration","pypi","pypi-package","python","python-click","python36","python37","python38","release-automation","release-management","releases","semantic-versioning","version-manager","versioning","versions"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/version-upper","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hkiang01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-20T07:18:22.000Z","updated_at":"2024-07-08T01:16:37.000Z","dependencies_parsed_at":"2022-11-04T08:00:40.383Z","dependency_job_id":null,"html_url":"https://github.com/hkiang01/version-upper","commit_stats":null,"previous_names":["hkiang01/version_upper"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/hkiang01/version-upper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hkiang01%2Fversion-upper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hkiang01%2Fversion-upper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hkiang01%2Fversion-upper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hkiang01%2Fversion-upper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hkiang01","download_url":"https://codeload.github.com/hkiang01/version-upper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hkiang01%2Fversion-upper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28685708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ci","continuous-delivery","continuous-deployment","continuous-integration","pypi","pypi-package","python","python-click","python36","python37","python38","release-automation","release-management","releases","semantic-versioning","version-manager","versioning","versions"],"created_at":"2026-01-23T08:54:03.134Z","updated_at":"2026-01-23T08:54:03.859Z","avatar_url":"https://github.com/hkiang01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# version-upper\n\n[![tests](https://github.com/hkiang01/version-upper/workflows/tests/badge.svg)](https://github.com/hkiang01/version-upper/actions?query=workflow%3Atests)\n[![Coverage Status](https://coveralls.io/repos/github/hkiang01/version-upper/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/hkiang01/version-upper?branch=master\u0026service=github)\n\nPrimarily a reaction to [bumpversion](https://github.com/peritus/bumpversion) not supporting git hashes -- [issue](https://github.com/peritus/bumpversion/issues/125)\n\n![Demo](demo.gif)\n\n## Overview\n\n```\nUsage: version-upper [OPTIONS] COMMAND [ARGS]...\n\n  A tool to update version strings in files using semantic versioning and\n  commit hashes.\n\n  Examples:\n\n  # bump commit hash version\n  version-upper bump commit_hash\n\n  # bump patch version\n  version-upper bump patch\n\n  # bump patch version as release candidate\n  version-upper bump patch --release-candidate\n\n  # bump minor version\n  version-upper bump minor\n\n  # bump major version\n  version-upper bump major\n\n  The config file adheres to the Config Pydantic schema, and is named\n  version-upper.json by default.\n\n  Here is a sample config:\n  {\n      \"current_version\": \"0.0.0\",\n      \"current_semantic_version\": \"0.0.0\",\n      \"files\": []\n  }\n\nOptions:\n  --config TEXT  [default: version-upper.json]\n  --help         Show this message and exit.\n\nCommands:\n  bump                      Bumps version strings, updates config.\n  config-schema             Prints the config schema in JSON\n  current-semantic-version  Prints the current semantic version\n  current-version           Prints the current version\n  release                   Removes rc from the version strings\n  sample-config             Prints a sample config\n```\n\n## Configuration\n\nCreate a file called `version-upper.json` (can be overridden using `--config`) like below:\n\n```json\n{\n  \"current_version\": \"0.0.0\",\n  \"current_semantic_version\": \"0.0.0\",\n  \"files\": [\"main.py\", \"app/version.json\"]\n}\n```\n\nBe sure to add files to `\"files\"` otherwise nothing will be updated :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhkiang01%2Fversion-upper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhkiang01%2Fversion-upper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhkiang01%2Fversion-upper/lists"}