Skip to content

Commit

Permalink
Update dcd and dev; add CHANGELOG.md entry
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Mar 5, 2024
1 parent 4727272 commit f8a6361
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[tool.bumpversion]
current_version = "0.1.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
replace = "{new_version}"
regex = false
ignore_missing_version = false
ignore_missing_files = false
tag = false
sign_tags = false
tag_name = "v{new_version}"
tag_message = "Bump version: {current_version} → {new_version}"
allow_dirty = false
commit = true
message = "Bump version: {current_version} → {new_version}"
commit_args = ""

[[tool.bumpversion.files]]
filename = "sedos_dashboard/__init__.py"

[[tool.bumpversion.files]]
filename = "CHANGELOG.md"
search = "[Unreleased]"
replace = "[Unreleased] - {now:%Y-%m-%d}"

[[tool.bumpversion.files]]
filename = "CHANGELOG.md"
search = "Unreleased"
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- version bumping tool

### Changed
- update django_comparison_dashboard to v0.4.1
- update django_energysystem_viewer to v0.3.1

## [0.1.0] - 2024-01-29
### Added
- first deploy
- update comparison dashboard
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ django-cors-headers==4.2.0 # https://github.com/adamchainz/django-cors-headers
# DRF-spectacular for api documentation
drf-spectacular==0.26.4 # https://github.com/tfranzel/drf-spectacular

git+https://github.com/OpenEnergyPlatform/[email protected].0
git+https://github.com/sedos-project/[email protected].0
git+https://github.com/OpenEnergyPlatform/[email protected].1
git+https://github.com/sedos-project/[email protected].1

0 comments on commit f8a6361

Please sign in to comment.