Skip to content

Commit

Permalink
docs(bumpversion): v3.1.0 → 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDavidBuitrago authored and github-actions[bot] committed Sep 20, 2022
1 parent 5e094e7 commit 3491ff3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
# Changelog

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).

## v4.0.0 - 2022-09-20

### [4.0.0](https://github.com/eduNEXT/eox-theming/compare/v3.1.0...v4.0.0) (2022-09-20)

#### ⚠ BREAKING CHANGES

- remove support version v3.1.0
-
- perf: add compatibility with openedx nutmeg release
-
- ci(circleci): remove ci and update github actions
-
- build: update requirements and tox
-
- docs: add nutmeg info to README file
-
- build: update requirements
-

#### Performance Improvements

- eox-theming support for Nutmeg release ([#40](https://github.com/eduNEXT/eox-theming/issues/40)) ([5e094e7](https://github.com/eduNEXT/eox-theming/commit/5e094e7871f04a575580d1be1c7ee32128d87212))

## [2.0.0] - 2021-11-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion eox_theming/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from __future__ import unicode_literals

__version__ = '3.1.0'
__version__ = '4.0.0'
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 = 3.1.0
current_version = 4.0.0
commit = False
tag = False

Expand Down

0 comments on commit 3491ff3

Please sign in to comment.