Skip to content

Commit 8d806a9

Browse files
authored
Merge pull request #46 from FullStackWithLawrence/next
new release
2 parents 19cd396 + 8addaa2 commit 8d806a9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ lint:
4747
clean:
4848
rm -rf venv && rm -rf node_modules
4949

50+
release:
51+
git commit -m "fix: force a new release" --allow-empty && git push
5052

5153
######################
5254
# HELP

models/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "1.2.0"
2+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)