Skip to content

Commit 2859e49

Browse files
committed
Publish 3.3.3
SHA256 hashes: empack-3.3.3-py2.py3-none-any.whl: f8392734a0f4870c70f913ab502c9c0cd686fa70bb4ba26fd3c396c986e498a9 empack-3.3.3.tar.gz: b5dbc07263e31d7d3b93f42196ada8e92fb01397a64bc4c943a670ace109ab08
1 parent d6ae4fc commit 2859e49

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 3.3.3
6+
7+
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v3.3.2...d6ae4fc42fe79aa7a60f4b70fa72245e1e7566a3))
8+
9+
### Enhancements made
10+
11+
- use abspath when comparing dirs [#95](https://github.com/emscripten-forge/empack/pull/95) ([@DerThorsten](https://github.com/DerThorsten))
12+
13+
### Bugs fixed
14+
15+
- Fix rules for pyvis [#96](https://github.com/emscripten-forge/empack/pull/96) ([@martinRenou](https://github.com/martinRenou))
16+
- use abspath when comparing dirs [#95](https://github.com/emscripten-forge/empack/pull/95) ([@DerThorsten](https://github.com/DerThorsten))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/emscripten-forge/empack/graphs/contributors?from=2024-02-05&to=2024-04-26&type=c))
21+
22+
[@DerThorsten](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3ADerThorsten+updated%3A2024-02-05..2024-04-26&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3AmartinRenou+updated%3A2024-02-05..2024-04-26&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 3.3.2
627

728
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v3.3.1...d742539ef5f7fdf4afb94561d4026a7976ebc629))
@@ -20,8 +41,6 @@
2041

2142
[@martinRenou](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3AmartinRenou+updated%3A2024-01-29..2024-02-05&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3Atrungleduc+updated%3A2024-01-29..2024-02-05&type=Issues)
2243

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2544
## 3.3.1
2645

2746
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v3.3.0...d8d48c6779696aac0a695fe162fd7c38f698073e))

empack/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.3.2"
1+
__version__ = "3.3.3"

0 commit comments

Comments
 (0)