From 9da2dbaec65c83c9ce33077dbf0794ad47df50fa Mon Sep 17 00:00:00 2001 From: Dirk Pranke Date: Sun, 17 Nov 2024 14:29:11 -0800 Subject: [PATCH] Bump version to 0.18.2 w/ fix to .gitignore --- .gitignore | 2 +- README.md | 4 +++- src/pyfloyd/version.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf1423f..0b88c1d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,5 @@ dist *.pyc *.pyc.d *.py,cover -src/pyfloyd_python.egg-info +src/pyfloyd.egg-info node_modules diff --git a/README.md b/README.md index 291ae21..b3585cc 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,10 @@ format the code. `./run --help` is your friend to find out more. ## Version History / Release Notes +* v0.18.2 (2024-11-17) + * Fix .gitignore. * v0.18.1 (2024-11-18) - * Update README.md + * Update README.md. * v0.18.0 (2024-11-17) * First release from `pyfloyd`. Renames everything and moves the package directory under src/. diff --git a/src/pyfloyd/version.py b/src/pyfloyd/version.py index 4095cc4..1abb2bf 100644 --- a/src/pyfloyd/version.py +++ b/src/pyfloyd/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__: str = '0.18.1' +__version__: str = '0.18.2'