Skip to content

Commit

Permalink
fix: changelog and duties.py to start at 1.7.4 for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
meramsey committed Feb 6, 2022
1 parent ffe1d1b commit 57e434a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- insertion marker -->
## [1.7.3](https://github.com/meramsey/wizardwebssh/releases/tag/1.7.3) - 2022-02-06

<small>[Compare with first commit](https://github.com/meramsey/wizardwebssh/compare/d24e6f4b4078969950c70b1e0d2626f90bf1cd05...1.7.3)</small>

### Features
- refactored ([9cbb3be](https://github.com/meramsey/wizardwebssh/commit/9cbb3be4c2bfa307c8fe938ae0cdcce6bbbf5758) by Michael Ramsey).
- bump dependencies for pyqt5 to pyqt6 ([0e44c6e](https://github.com/meramsey/wizardwebssh/commit/0e44c6e9b2eead7509d2a1715f39fd8d7bfb04c0) by Michael Ramsey).
- bump depends for xterm bootstrap popper ([6be2d5a](https://github.com/meramsey/wizardwebssh/commit/6be2d5a2e15a70a81d7000eb2e14626ea478e6bc) by Michael Ramsey).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## wizardwebssh
## WizardWebSSH

[![ci](https://github.com/meramsey/wizardwebssh/workflows/ci/badge.svg)](https://github.com/meramsey/wizardwebssh/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://meramsey.github.io/wizardwebssh/)
Expand Down
2 changes: 1 addition & 1 deletion duties.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def update_changelog(
if len(changelog.versions_list) == 1:
last_version = changelog.versions_list[0]
if last_version.planned_tag is None:
planned_tag = "0.1.0"
planned_tag = "1.7.4"
last_version.tag = planned_tag
last_version.url += planned_tag
last_version.compare_url = last_version.compare_url.replace("HEAD", planned_tag)
Expand Down

0 comments on commit 57e434a

Please sign in to comment.