diff --git a/Makefile b/Makefile index ba979794..9c89f404 100755 --- a/Makefile +++ b/Makefile @@ -249,12 +249,18 @@ gitrel-push-part2: # need two parts otherwise version is wrong. make git commit -m 'bump' -a - git tag v$(NEXT_VERSION) + git push origin HEAD git push github foop: echo $(THIS_VERSION) + +tohub: + git commit --allow-empty -m v$(THIS_VERSION) + git tag v$(THIS_VERSION) + git push + git push --tags git-push: make bump-version make gitrel-push-part2 diff --git a/doc/readme.md b/doc/readme.md index bbeac7b0..aacdf961 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -5,7 +5,7 @@ -# Version 0.2.105 +# Version 0.2.108 --- @@ -29,7 +29,7 @@ It comes with a set of macro variable definitions for a Haas mill with NCD. And # Table of Contents -1. [Version 0.2.105](#Version) +1. [Version 0.2.108](#Version) 2. [Introduction.](#Introduction) 3. [Usage.](#Usage) 4. [Install:](#Install) diff --git a/doc/readme.org b/doc/readme.org index 4813591c..b22af6b3 100644 --- a/doc/readme.org +++ b/doc/readme.org @@ -7,7 +7,7 @@ [[file:https://img.shields.io/badge/License-MIT%20v3-blue.svg]] [[file:https://github.com/0x5ac/p2g/actions/workflows/build.yml/badge.svg]] -* Version 0.2.105 +* Version 0.2.108 :PROPERTIES: :CUSTOM_ID: Version :END: diff --git a/doc/readme.txt b/doc/readme.txt index d6569ab5..31994005 100644 --- a/doc/readme.txt +++ b/doc/readme.txt @@ -9,7 +9,7 @@ Table of Contents _________________ -1. Version 0.2.105 +1. Version 0.2.108 2. Introduction. 3. Usage. 4. Install: @@ -35,7 +35,7 @@ _________________ -1 Version 0.2.105 +1 Version 0.2.108 ================== ---------------------------------------------------------------------- @@ -67,7 +67,7 @@ _________________ Table of Contents _________________ - 1. Version 0.2.105 + 1. Version 0.2.108 2. Introduction. 3. Usage. 4. Install: diff --git a/examples/probecalibrate.nc b/examples/probecalibrate.nc index 85c5773a..f61773bb 100644 --- a/examples/probecalibrate.nc +++ b/examples/probecalibrate.nc @@ -1,4 +1,4 @@ -O0001 (probecalibrate: 0.2.105) +O0001 (probecalibrate: 0.2.108) ( Symbol Table ) ( KNOWNLEN_OFF : 0.000, 0.000, -0.250 ) diff --git a/examples/vicecenter.nc b/examples/vicecenter.nc index cff33802..cf045aa9 100644 --- a/examples/vicecenter.nc +++ b/examples/vicecenter.nc @@ -1,4 +1,4 @@ -O0001 (vicecenter: 0.2.105) +O0001 (vicecenter: 0.2.108) ( Symbol Table ) ( MABS_ABOVE_VICE : -27.500,-13.000,-17.500 ) diff --git a/p2g/__init__.py b/p2g/__init__.py index 1036f67b..822a3d63 100755 --- a/p2g/__init__.py +++ b/p2g/__init__.py @@ -78,4 +78,4 @@ "VERSION", "load_tool", ] -VERSION = "0.2.105" +VERSION = "0.2.108" diff --git a/pyproject.toml b/pyproject.toml index f9e674bd..a70f20a7 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -version = "0.2.105" +version = "0.2.108" name = "p2g" description = "Transpile python into cnc gcode." authors = ["sac "] diff --git a/readme.md b/readme.md index bbeac7b0..aacdf961 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ -# Version 0.2.105 +# Version 0.2.108 --- @@ -29,7 +29,7 @@ It comes with a set of macro variable definitions for a Haas mill with NCD. And # Table of Contents -1. [Version 0.2.105](#Version) +1. [Version 0.2.108](#Version) 2. [Introduction.](#Introduction) 3. [Usage.](#Usage) 4. [Install:](#Install)