From c0c58cc172cb6e0bd87fa923ddd2267b60572ff3 Mon Sep 17 00:00:00 2001 From: Adrian Schlatter <10478149+adrianschlatter@users.noreply.github.com> Date: Sun, 2 Apr 2023 16:16:57 +0200 Subject: [PATCH] prepare for release - Update README.rst (supported threads, changelog) - bump version number (in threadlib.scad) --- docs/README.rst | 2 ++ threadlib.scad | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/README.rst b/docs/README.rst index 3a8492d..0b53cb9 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -169,6 +169,7 @@ Currently, threadlib knows these threads: `__ and `PCO-1810 `__ (PET-bottle thread) +- Royal Microscopical Society's Thread (RMS) Extensibility @@ -207,6 +208,7 @@ button is at the top of this website.) Change Log =========================== +- 0.5: Royal Microscopical Society's thread (RMS) - 0.4: `PCO-1810 `__. tap module. Fixes bug with $fn in straight_thread(). Lists metric threads under short designator and full designator. diff --git a/threadlib.scad b/threadlib.scad index f770373..52fe35d 100644 --- a/threadlib.scad +++ b/threadlib.scad @@ -5,11 +5,11 @@ threadlib Create threads easily. :Author: Adrian Schlatter and contributors -:Date: 2019-11-11 +:Date: 2023-04-02 :License: 3-Clause BSD. See LICENSE. */ -function __THREADLIB_VERSION() = 0.4; +function __THREADLIB_VERSION() = 0.5; use include