Skip to content

Commit

Permalink
1.1.3: third
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Apr 21, 2022
1 parent 9a9221b commit cfd7224
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ k8s/undeploy: ## [Local development] undeploy from Kubernetes.
helm uninstall ${NAME} -n ${K8S_NAMESPACE}

release:
echo "Releasing version ${VERSION}"; \
@echo "Releasing version ${VERSION}"; \
git add .; \
read -p "Commit content:" COMMIT; \
echo "Committing '${VERSION}: ${COMMIT}'"; \
git commit -m "${VERSION}: ${COMMIT}"; \
echo "Committing '${VERSION}: $$COMMIT'"; \
git commit -m "${VERSION}: $$COMMIT"; \
git push origin main; \
git tag v${VERSION}; \
git push origin v${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name="socialis",
packages=find_packages(),
include_package_data=True,
version="1.1.2",
version="1.1.3",
entry_points={"console_scripts": ["ava = ava:main"]},
author="Louis Beaumont",
author_email="[email protected]",
Expand Down

0 comments on commit cfd7224

Please sign in to comment.