Skip to content

Commit

Permalink
chore(release): preparing 17.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 authored and github-actions[bot] committed Apr 26, 2024
1 parent 503ab92 commit dfbbef4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/eduNEXT/drydock/compare/v17.3.1...HEAD)
## [Unreleased](https://github.com/eduNEXT/drydock/compare/v17.3.2...HEAD)

Please do not update the unreleased notes.

Expand All @@ -19,6 +19,14 @@ Please do not update the unreleased notes.
- add plugins extra, extracted from namespace template ([#48](https://github.com/eduNEXT/drydock/pull/48)) ([36c033f](https://github.com/eduNEXT/drydock/commit/36c033faecf7c3ebc701a085cb33e55629910d88))

<!-- Content should be placed here -->
## [v17.3.2](https://github.com/eduNEXT/drydock/compare/v17.3.1...v17.3.2) - 2024-04-26

### [17.3.2](https://github.com/eduNEXT/drydock/compare/v17.3.1...v17.3.2) (2024-04-26)

### Bug Fixes

- verify minio host is defined on scorm proxy ([#96](https://github.com/eduNEXT/drydock/issues/96)) ([503ab92](https://github.com/eduNEXT/drydock/commit/503ab928499937fee45718c544ff02e35e6c7a38))

## [v17.3.1](https://github.com/eduNEXT/drydock/compare/v17.3.0...v17.3.1) - 2024-04-26

### [17.3.1](https://github.com/eduNEXT/drydock/compare/v17.3.0...v17.3.1) (2024-04-26)
Expand Down
2 changes: 1 addition & 1 deletion drydock/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "17.3.1"
__version__ = "17.3.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 17.3.1
current_version = 17.3.2
commit = False
tag = False

Expand Down

0 comments on commit dfbbef4

Please sign in to comment.