Skip to content

Commit 1261aeb

Browse files
MaferMazugithub-actions[bot]
authored andcommitted
docs(bumpversion): v2.1.0 → 2.1.1
1 parent 8adc08a commit 1261aeb

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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+
## v2.1.1 - 2022-10-25
9+
10+
### [2.1.1](https://github.com/eduNEXT/tvm/compare/v2.1.0...v2.1.1) (2022-10-25)
11+
12+
### Bug Fixes
13+
14+
- **DS-291:** create a project with a version that is not install ([#58](https://github.com/eduNEXT/tvm/issues/58)) ([8adc08a](https://github.com/eduNEXT/tvm/commit/8adc08a209d9af6dcb3143d4d3f9d0f2808c4b68))
15+
16+
### Documentation
17+
18+
- **bumpversion:** v2.0.1 → 2.1.0 ([0d6494b](https://github.com/eduNEXT/tvm/commit/0d6494b278bdb7c9fb9965fe7bc6b61c114fefa7))
19+
- add the base doc configuration ([631048c](https://github.com/eduNEXT/tvm/commit/631048c48bb2abfe71ce4a430f2e13c1564a9f61))
20+
- add tvm documentation ([09cadc4](https://github.com/eduNEXT/tvm/commit/09cadc4fe01e50ddc4a98c8aba753cab18fbb082))
21+
- update README with the new template and add links to docs ([#57](https://github.com/eduNEXT/tvm/issues/57)) ([7d880c5](https://github.com/eduNEXT/tvm/commit/7d880c5b91db87df2d3bf6e1d61ef12a9e4033d5))
22+
823
## v2.1.0 - 2022-09-22
924

1025
### [2.1.0](https://github.com/eduNEXT/tvm/compare/v2.0.1...v2.1.0) (2022-09-22)

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 = 2.1.0
2+
current_version = 2.1.1
33
commit = False
44
tag = False
55

tvm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Helps you keep your cool when creating dozens of open edX and eduNEXT environments."""
22

3-
__version__ = '2.1.0'
3+
__version__ = '2.1.1'

0 commit comments

Comments
 (0)