Skip to content

Commit 9a771ed

Browse files
Henrrypggithub-actions[bot]
authored andcommitted
chore(release): preparing 0.7.1
1 parent c3c5e0a commit 9a771ed

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/eduNEXT/drydock/compare/v0.7.0...HEAD)
8+
## [Unreleased](https://github.com/eduNEXT/drydock/compare/v0.7.1...HEAD)
99

1010
Please do not update the unreleased notes.
1111

1212
<!-- Content should be placed here -->
13+
## [v0.7.1](https://github.com/eduNEXT/drydock/compare/v0.7.0...v0.7.1) - 2023-07-10
14+
15+
### [0.7.1](https://github.com/eduNEXT/drydock/compare/v0.7.0...v0.7.1) (2023-07-10)
16+
17+
### Bug Fixes
18+
19+
- drydock fails in older versions to tutor palm ([#43](https://github.com/eduNEXT/drydock/issues/43)) ([c3c5e0a](https://github.com/eduNEXT/drydock/commit/c3c5e0a30f3d5f672a170f567568c59e4d16f0d3))
20+
1321
## [v0.7.0](https://github.com/eduNEXT/drydock/compare/v0.6.1...v0.7.0) - 2023-07-07
1422

1523
### [0.7.0](https://github.com/eduNEXT/drydock/compare/v0.6.1...v0.7.0) (2023-07-07)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.0
2+
current_version = 0.7.1
33
commit = False
44
tag = False
55

tutor_plugin/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0"
1+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)