Skip to content

Commit

Permalink
Merge pull request #22 from lpm0073/next
Browse files Browse the repository at this point in the history
refactor semantic version bump
  • Loading branch information
lpm0073 authored Nov 28, 2023
2 parents bc064d7 + 6d60f9a commit 6aabbb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 92 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/semanticVersionBump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
workflow_dispatch:
push:
branches:
- alpha
- beta
- next
- next-major

Expand Down
91 changes: 0 additions & 91 deletions .github/workflows/semanticVersionBumpMerge.yml

This file was deleted.

4 changes: 3 additions & 1 deletion grader/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = '1.1.5'
# -*- coding: utf-8 -*-
__version__ = '1.1.6'

0 comments on commit 6aabbb5

Please sign in to comment.