Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Jul 20, 2024
1 parent e9fc8e7 commit e2db1aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This project attempts to follow [Semantic Versioning](https://semver.org) and uses [Keep-a-Changelog formatting](https://keepachangelog.com/en/1.0.0/). But I make mistakes sometimes.

## [3.3.4] - 2024-07-19

### Fixed

- **SegmentProperties**: Fixed a bug in building tags from dataframes.


## [3.3.3] - 2024-07-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/nglui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from . import parser
from . import segmentprops

__version__ = "3.3.3"
__version__ = "3.3.4"

0 comments on commit e2db1aa

Please sign in to comment.