Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Jan 2, 2024
1 parent 660951b commit d7909c9
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Calendar Versioning](https://calver.org/).

## Release 2.0.2

- Fixed incorrect bounding box prediction for displaced drawings (#105).
- Added 3.12 as supported in package tags.
- Fixed documentation links in `README.md` and `pyproject.toml`.

## Release 2.0.1

- Fixed names of Gerber specification files (`.pdf.pdf` extension replaced with `.pdf`)
Expand Down
59 changes: 57 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pygerber"
version = "2.0.1"
version = "2.0.2"
description = "Parsing, formatting and rendering toolkit for Gerber X3 file format"
authors = ["Krzysztof Wisniewski <argmaster.world@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pygerber/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Package for PCB formats visualization."""
from __future__ import annotations

__version__ = "2.0.1"
__version__ = "2.0.2"

0 comments on commit d7909c9

Please sign in to comment.