Skip to content

Commit

Permalink
Merge pull request #46 from FullStackWithLawrence/next
Browse files Browse the repository at this point in the history
new release
  • Loading branch information
lpm0073 authored Dec 4, 2023
2 parents 19cd396 + 8addaa2 commit 8d806a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ lint:
clean:
rm -rf venv && rm -rf node_modules

release:
git commit -m "fix: force a new release" --allow-empty && git push

######################
# HELP
Expand Down
2 changes: 1 addition & 1 deletion models/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "1.2.0"
__version__ = "1.2.1"

0 comments on commit 8d806a9

Please sign in to comment.